home *** CD-ROM | disk | FTP | other *** search
/ IBM Aptiva Multimedia Exploration CD / Aptiva DEMO CD.iso / dos63 / dosshell.hlp < prev    next >
Text File  |  1993-12-31  |  162KB  |  4,818 lines

  1. Help For PC DOS Shell for PC DOS Version 6.3
  2. --------------------------------------------
  3.  
  4. !I!@
  5. PC DOS Shell Help Index
  6.  
  7. To see a topic:
  8.  
  9.  - Double-click the topic.
  10.  
  11. Or
  12.  
  13.  - Press TAB to select the topic you want, and then press ENTER.
  14.  
  15. KEYBOARD HELP
  16. -------------
  17.    " General PC DOS Shell Keys "~K101~
  18.    " Movement Keys "~K102~
  19.    " Help Keys "~K109~
  20.    " Active Task List Keys "~K103~
  21.    " Program List Keys "~K104~
  22.    " File List Keys "~K105~
  23.    " File Selection Keys "~K106~
  24.    " Directory Tree Keys "~K107~
  25.    " Drive Selection Keys "~K108~
  26.  
  27. COMMANDS HELP
  28. -------------
  29. File List Menus
  30.    " File Menu "~I205~
  31.    " Options Menu "~I202~
  32.    " View Menu "~I203~
  33.    " Tree Menu "~I204~
  34.    " Help Menu "~I210~
  35.  
  36. Program List Menus
  37.    " File Menu "~I201~
  38.    " Options Menu "~I202~
  39.    " View Menu "~I209~
  40.    " Help Menu "~I210~
  41.  
  42. View Screen Menus
  43.    " Display Menu "~I207~
  44.    " View Menu "~I208~
  45.    " Help Menu "~I210~
  46.  
  47. PROCEDURES HELP
  48. ---------------
  49.    " Basic Procedures "~R100~
  50.    " File List Procedures "~R101~
  51.    " Program List Procedures "~R102~
  52.    " Running Programs "~R103~
  53.    " Other PC DOS Shell Procedures "~R104~
  54.  
  55. PC DOS SHELL BASICS HELP
  56. ------------------------
  57.    " Welcome to PC DOS Shell "~$100~
  58.    " Menus and Commands "~$103~
  59.    " Dialog Boxes "~$105~
  60.    " File List and Program List "~$114~
  61.    " File List Overview "~1N~
  62.    " Program List Overview "~I099~
  63.    " How to Leave PC DOS Shell "~$125~
  64.  
  65. USING HELP
  66. ----------
  67.    " Requesting Help Directly "~H100~
  68.    " Using Help Buttons "~H102~
  69.    " Using Help Menu Commands "~H103~
  70.    " How to Learn About PC DOS Shell "~H104~@@
  71.  
  72. !R!@
  73. Procedures
  74.  
  75. Each of the following topics contains a list of procedures.
  76.  
  77. To see a list of procedures:
  78.  
  79.  - Double-click the topic.
  80.  
  81. Or
  82.  
  83.  - Press TAB to select the topic you want, and then press
  84.    ENTER.
  85.  
  86.    " Basic Procedures "~R100~
  87.    " File List Procedures "~R101~
  88.    " Program List Procedures "~R102~
  89.    " Running Programs "~R103~
  90.    " Other PC DOS Shell Procedures "~R104~@@
  91.  
  92. Following is F1 Help (context-sensitive) for menus, commands, dialog boxes, options, command buttons, and messages, in all views including the Help window itself.
  93.  
  94. -----------------------PROGRAM LIST F1 HELP-----------------
  95.  
  96. !PMHD!!1MHD!@
  97. File Menu
  98.  
  99. You can use commands on the File menu to add, open, copy, delete, and change the properties of program items and groups. You can also add files to groups and change the order in which program items and groups are listed. In addition, you can quit PC DOS Shell, or run a program.@@
  100.  
  101. !PMAA!!1MAA!@
  102. New Command
  103.  
  104. Adds a new group or program item to the currently selected group.
  105.  
  106. Related Procedures
  107.    " Adding and Changing Program Groups "~I100~
  108.    " Adding Program Items to Program Groups "~I102~@@
  109.  
  110. !1DSS!@
  111. New Program Object Dialog Box
  112.  
  113. In this dialog box, you can choose whether you want to create a new program item or a new group. Select either Program Item or Program Group, and choose the OK button.
  114.  
  115. A program item contains start-up instructions for a program. It's not the program file.
  116.  
  117. A program group is a collection of program items in the program list.
  118.  
  119. To get Help on a dialog box option, select it and press F1.
  120.  
  121. Related Procedures
  122.    " Adding and Changing Program Groups "~I100~
  123.    " Adding Program Items to Program Groups "~I102~@@
  124.  
  125. !PDSR!!PDSS!@
  126. New Program Item or New Program Group
  127.  
  128. Select either Program Item or Program Group, and choose the OK button.
  129.  
  130. A program item contains start-up instructions for a program. It's not the program file.
  131.  
  132. A program group is a collection of program items in the program list.@@
  133.  
  134. !PD3Y!!1D3Q!@
  135. Add Program Dialog Box
  136.  
  137. In this dialog box, you can type information about the program item you are adding. You must type a name for the program item and a command that starts the program.
  138.  
  139. Related Procedure
  140.    " Adding Program Items to Program Groups "~I102~
  141.  
  142. To get Help on a dialog box option, select it and press F1.@@
  143.  
  144. !PD3Q!!PD:Q!@
  145. Program Title Box
  146.  
  147. Type a name for your program item in the Program Title box. It can contain up to 27 characters (including blank spaces). @@
  148.  
  149. !PD3R!!1D3R!!PD:R!@
  150. Commands Box
  151.  
  152. Type the command that starts the program, including any parameters. It can contain up to 255 characters (including blank spaces).
  153.  
  154. Replaceable Parameters
  155. ----------------------
  156. One kind of parameter you can specify is a replaceable parameter that tells PC DOS Shell to display a dialog box when the program starts.
  157.  
  158. For example, if you want PC DOS Shell to prompt you for a file to open when you start Microsoft Word, you can use the following startup command:
  159.  
  160.      word %1
  161.  
  162. NOTE: The replaceable parameter must be between 1 and 9. Zero and 10 will not work. For each numeral you set, PC DOS Shell will display a dialog box.
  163.  
  164. Using More than One Command
  165. ---------------------------
  166. You can type as many commands in the Commands box as you like. To use more than one command, separate each command with a semicolon (;). There must be a space on each side of the semicolon.
  167.  
  168. Related Topic
  169.    " Defining the Prompt Dialog Box "~PD7W~@@
  170.  
  171. DB displays when choose program item
  172. !PDCW!@
  173. File Dialog Box
  174.  
  175. In this dialog box, type the name of the file you want the program to open. When you choose the OK button, the program will start and open the file.
  176.  
  177. To get Help on a dialog box option, select it and press F1.@@
  178.  
  179. !PD7W!@
  180. Defining the Prompt Dialog Box
  181.  
  182. You can define the dialog box that PC DOS Shell displays when you choose the program item. You can specify the title of the dialog box, explanatory information, the prompt message, and parameters that allow you to open files without using a dialog box.
  183.  
  184. To get Help on a dialog box option, select it and press F1.@@
  185.  
  186. !PD7Q!@
  187. Window Title Box
  188.  
  189. Type or edit the title of the dialog box that you are defining.@@
  190.  
  191. !PD7R!@
  192. Program Information Box
  193.  
  194. If you like, you can type or edit text that will appear at the top of the dialog box.@@
  195.  
  196. !PD7S!@
  197. Prompt Message Box
  198.  
  199. If you like, you can type or edit a prompt for the text box. For example, the message, "File to Edit?" prompts you to type a filename in the text box.@@
  200.  
  201. !PD7T!@
  202. Default Parameters Box
  203.  
  204. You can specify a default parameter, such as a filename, that will appear in the Prompt dialog box whenever you choose the program item.
  205.  
  206. There are two parameters you can use to open files directly.
  207. PC DOS Shell will suggest the file specified by the following parameters:
  208.  
  209. To suggest                  Type this parameter
  210. ----------                  -------------------
  211. The file selected
  212. when you start the
  213. program                           %f
  214.  
  215. The parameter
  216. used the last
  217. time the program
  218. was used                          %l@@
  219.  
  220. !PD3S!!PD:S!!1D3S!@
  221. Startup Directory Box
  222.  
  223. You can type the path to the directory that contains the data files the program uses.
  224.  
  225. This directory will become the current directory when you choose the program item.@@
  226.  
  227. !PD3T!!1D3T!!PD:T!@
  228. Application Shortcut Key Box
  229.  
  230. You can add or change a shortcut key combination for the program. When you choose the Enable Task Swapper command, you can use the shortcut key combination to move to the program if it is running. The shortcut key does not start the program.
  231.  
  232. To create the shortcut key combination, press either SHIFT, CTRL, or ALT, and a letter. After you create it, it will appear next to the program name in the Active Task List.
  233.  
  234. NOTE: Some key combinations are not available. Do not use the following combinations:
  235.  
  236. CTRL+C
  237. CTRL+M
  238. CTRL+I
  239. CTRL+H
  240. CTRL+[
  241. CTRL+5 (on the keypad)
  242. SHIFT+CTRL+M
  243. SHIFT+CTRL+I
  244. SHIFT+CTRL+H
  245. SHIFT+CTRL+[
  246. SHIFT+CTRL+5 (on the keypad)
  247.  
  248. Related Procedure
  249.    " Adding Program Items to Program Groups "~I102~@@
  250.  
  251. !PD3U!!1D3U!!PD:U!@
  252. Pause After Exit Check Box
  253.  
  254. If you select this check box, when you quit the program PC DOS prompts you to press any key to return to PC DOS Shell. If you don't select it, you return immediately to PC DOS Shell when you quit the program.
  255.  
  256. Pausing is useful if you want to read text that your program displays after it finishes running, before you return to PC DOS Shell.@@
  257.  
  258. !PD3V!!1D3V!!PD:V!@
  259. Password Box
  260.  
  261. You can type a password up to 20 characters (including blank spaces). If you don't want to use a password, leave the Password box empty.
  262.  
  263. A password protects a program item by limiting access to those who know the password. After you change a password, write it down and keep it in a safe place. A dialog box will prompt you for the password every time you use the program item.@@
  264.  
  265. !PD3Z!!PD:Z!@
  266. Advanced Button
  267.  
  268. Displays another dialog box where you can specify additional properties.@@
  269.  
  270. !PD8]!@
  271. Advanced Dialog Box
  272.  
  273. In this dialog box, you can add Help text and specify memory, video mode, reserved shortcut keys, and program switching.
  274.  
  275. To get Help on a dialog box option, select it and press F1.@@
  276.  
  277. !PD3Q!!PD8Q!!PD0U!!PDBU!@
  278. Help Text Box
  279.  
  280. You can type up to 255 characters (including blank spaces) of Help information for the program group or item. If you don't want to use Help text, leave the Help Text box empty.
  281.  
  282. Line Breaks
  283. -----------
  284. In the Help Text box, pressing ENTER doesn't indicate a line break.
  285.  
  286. To indicate a line break:
  287.  
  288.  - Type a caret (^) followed by the letter m.
  289.  
  290. Viewing the Help Text
  291. ---------------------
  292. You can read this Help text by selecting the program item or group and pressing F1.@@
  293.  
  294. !PD8R!@
  295. Conventional Memory KB Required Box
  296.  
  297. You can specify in kilobytes the minimum amount of memory required to run this program when using task swapping. The default value is 128.
  298.  
  299. If less memory is available when you start a program, PC DOS Shell will display a message.@@
  300.  
  301. !PD8S!@
  302. XMS Memory KB Required Box
  303.  
  304. You can specify in kilobytes the minimum amount of extended memory required to run this program when using task swapping. The default value is zero.
  305.  
  306. If less memory is available when you start a program, PC DOS Shell will display a message.@@
  307.  
  308. !PD8T!@
  309. XMS Memory KB Limit Box
  310.  
  311. You can specify in kilobytes the maximum amount of extended memory that can be used by the program. This option controls the amount of memory that can be swapped by the program. The default value is 384 on systems that have at least this much memory. Otherwise, the default value is the total amount of extended memory.@@
  312.  
  313. !PD8U!!PD8V!@
  314. Video Mode Option
  315.  
  316. This option reserves memory for screen display information during task swapping. Usually the memory reserved by Text mode is enough, but you may need more memory if you are running a CGA video adapter.
  317.  
  318. Select this option  If
  319. ------------------  --
  320. Text                The program runs in text mode. Consider
  321.                     using text mode if the program doesn't
  322.                     need to display graphics. It will speed
  323.                     disk swapping. Text mode is the default
  324.                     option.
  325.  
  326. Graphics            The program runs in graphics mode. This
  327.                     option is needed only if you are running
  328.                     a CGA video adapter.@@
  329.  
  330. !PD8W!@
  331. Prevent Program Switch Check Box
  332.  
  333. Turns off task swapping when the program is running. When this check box is selected, you must quit the program to return to PC DOS Shell.@@
  334.  
  335. !PD8X!!PD8Y!!PD8Z!!PD8X!!PD8Y!!PD8Z!@
  336. Reserve Shortcut Keys Check Boxes
  337.  
  338. Turns off the specified shortcut keys in PC DOS Shell so that the program can use those keys.
  339.  
  340. Selecting   
  341. this        Turns off the shortcut to
  342. ---------   -------------------------
  343. ALT+TAB     Toggling between two programs.
  344.  
  345. ALT+ESC     Displaying the next program.
  346.  
  347. CTRL+ESC    Returning to PC DOS Shell from a program.@@
  348.  
  349. !PDBZ!!1DBV!@
  350. Add Group Dialog Box
  351.  
  352. In this dialog box, you specify information about the new group you are creating. You must type a name for the group. You can also type Help information for the group, and a password to limit access to the group.
  353.  
  354. To get Help on a dialog box option, select it and press F1.@@
  355.  
  356. !PDBT!!PD0T!@
  357. Title Box
  358.  
  359. Type a name for the new group. A title is required. It can contain up to 27 characters (including blank spaces).@@
  360.  
  361. !PDBW!!PD0W!@
  362. Password Box
  363.  
  364. You can type a password for the group in the Password box. It can contain up to 20 characters (including blank spaces). If you don't want to include a password, leave the Password Box empty.
  365.  
  366. A password protects a group by limiting access to those who know the password. After you change a password, write it down and keep it in a safe place. A dialog box will prompt you for the password every time you use this group.@@
  367.  
  368. !PD1Q!!PD1T!!1D!@
  369. Password Dialog Box
  370.  
  371. You must type the password before you can use this program item or group.@@
  372.  
  373. !PMAB!!1MAB!@
  374. Open Command
  375.  
  376. Starts a program and an associated file (if there is one) or displays the contents of a group.
  377.  
  378. Related Procedures
  379.    " Opening Files "~I131~
  380.    " Opening Program Groups "~I123~@@
  381.  
  382. !PMAC!!1MAC!@
  383. Copy Command
  384.  
  385. Copies a program item to the group you specify. After you choose the Copy command, open the group you want to copy the program item to, and then press F2.
  386.  
  387. Related Procedure
  388.    " Copying Program Items and Program Groups "~I114~@@
  389.  
  390. !HC!@
  391. Copy Program Items
  392.  
  393. You are in the middle of copying a program item to a group.
  394.  
  395. To continue:
  396.  
  397. 1. Double-click the destination group.
  398. 2. Press F2.
  399.  
  400. Or
  401.  
  402. 1. Move the selection cursor to the destination group and
  403.    press ENTER.
  404. 2. Press F2.
  405.  
  406.  
  407. To cancel the command:
  408.  
  409.  - Press ESC.
  410.  
  411. Related Procedure
  412.    " Copying Program Items and Program Groups "~I114~@@
  413.  
  414. !PMAD!!1MAD!@
  415. Delete Command
  416.  
  417. Deletes the selected group or program item from a group. Before deleting a group, you must delete all of its program items.
  418.  
  419. Related Procedure
  420.    " Deleting Program Items and Program Groups "~I116~@@
  421.  
  422. !PDHS!!1DHQ!@
  423. Delete Item Dialog Box
  424.  
  425. If you want to delete the selected program item or group, choose 1.
  426.  
  427. If you do not want to delete the selected program item or group, choose 2 (or press ESC) to cancel the deletion and return to the program list.
  428.  
  429. Related Procedure
  430.    " Deleting Program Items and Program Groups "~I116~@@
  431.  
  432. !PMAE!!1MAE!@
  433. Properties Command
  434.  
  435. For a program item, this command specifies the title, the command that starts the program, the startup directory for the program to use, an application shortcut key, Help text, a password, and other properties.
  436.  
  437. For a group, it specifies the title, Help text, and password assigned to that group.
  438.  
  439. Related Procedures
  440.    " Adding and Changing Program Groups "~I100~
  441.    " Changing Program Item Properties "~I104~@@
  442.  
  443. !PD:Y!@
  444. Program Item Properties Dialog Box
  445.  
  446. In this dialog box, you can specify information about the selected program item. You can change any or all of the information displayed in this dialog box. You must include a name for the program item and a command, including any parameters, that starts the program.
  447.  
  448. Related Procedure
  449.    " Adding and Changing Program Groups "~I100~
  450.  
  451. To get Help on a dialog box option, select it and press F1.@@
  452.  
  453. !PD0Z!!1DBR!@
  454. Program Group Properties Dialog Box
  455.  
  456. In this dialog box, you can change the information about the selected group. You can change any or all of the information displayed in this dialog box. You must include a title for the group.
  457.  
  458. Related Procedure
  459.    " Changing Program Item Properties "~I104~
  460.  
  461. To get Help on a dialog box option, select it and press F1.@@
  462.  
  463. !PMAF!!1MAF!@
  464. Reorder Command
  465.  
  466. Moves the selected program item or group from its current location to the location you specify. After choosing this command, use the arrow keys to move to the new location, and then press ENTER. You can also double-click the new location.
  467.  
  468. Related Procedure
  469.    " Reordering Program Items in a Program Group "~I133~@@
  470.  
  471. !HR!@
  472. Reorder Program Items and Program Groups
  473.  
  474. You are in the middle of moving the selected program item or group to a new location in the program list. 
  475.  
  476. To continue:
  477.  
  478.  - Double-click the new location.
  479.  
  480. Or
  481.  
  482.  - Move the selection cursor to the new location, and then press ENTER.
  483.  
  484.    PC DOS Shell inserts the program item or group at the new
  485.    location.
  486.  
  487.  
  488. To cancel the command:
  489.  
  490.  - Press ESC.
  491.  
  492. Related Procedure
  493.    " Reordering Program Items in a Program Group "~I133~@@
  494.  
  495. !PMHG!!1MHG!!1MHL!!VMHO!!2MHL!!YMHL!@
  496. Help Menu
  497.  
  498. You can use the commands on the Help menu to display an index of Help topics, information on the keys you can use with PC DOS Shell, basic skills for working with PC DOS Shell, commands, and procedures.@@
  499.  
  500. !PMBI!!1MBI!!1MEG!!VMFC!!2MEG!!YMEG!@
  501. Index Command
  502.  
  503. Opens the Help window and displays the PC DOS Shell Help Index.@@
  504.  
  505. !PMBJ!!1MBJ!!1MEH!!VMFD!!2MEH!!YMEH!@
  506. Keyboard Command
  507.  
  508. Opens the Help window and displays a list of shortcut keys you can use with PC DOS Shell.@@
  509.  
  510. !PMBK!!1MBK!!1MEI!!VMFE!!2MEI!!YMEI!@
  511. Shell Basics Command
  512.  
  513. Opens the Help window and displays a list of topics for basic skills you need to work with PC DOS Shell.@@
  514.  
  515. !PMBL!!1MBL!!1MEJ!!VMFF!!2MEJ!!YMEJ!@
  516. Commands Command
  517.  
  518. Opens the Help window and displays a list of all PC DOS Shell commands, grouped by menu.@@
  519.  
  520. !PMBM!!1MBM!!1MEK!!VMFG!!2MEK!!YMEK!@
  521. Procedures Command
  522.  
  523. Opens the Help window and displays a list of topics you can see for help on PC DOS Shell tasks.@@
  524.  
  525. !PMBN!!1MBN!!1MEL!!VMFH!!2MEL!!YMEL!@
  526. Using Help Command
  527.  
  528. Opens the Help window and displays a list of topics which explain how to use PC DOS Shell Help.@@
  529.  
  530. !PMBP!!1MBP!!1MEN!!VMFJ!!2MEN!!YMEN!@
  531. About Shell Command
  532.  
  533. Displays copyright and version information about PC DOS Shell.@@
  534.  
  535. --------------------HELP WINDOW F1 Help---------------------
  536. (Close and OK buttons are covered by the Command Buttons topic)
  537.  
  538. !PDZR!!1DZR!!2DZR!!YDZR!!VDZR!@
  539. Back Button
  540.  
  541. Displays the previous Help topic.@@
  542.  
  543. !PDZS!!1DZS!!2DZS!!YDZS!!VDZS!@
  544. Keys Button
  545.  
  546. Displays a list of topics that show the keys and key combinations you can use with PC DOS Shell.@@
  547.  
  548. !PDZT!!1DZT!!2DZT!!YDZT!!VDZT!@
  549. Index Button
  550.  
  551. Displays an index of Help topics.
  552.  
  553. Related Procedures
  554.    " Choosing Command Buttons "~I109~
  555.    " Using PC DOS Shell Help "~I153~@@
  556.  
  557. !PDZU!!1DZU!!2DZU!!YDZU!!VDZU!@
  558. Help Button
  559.  
  560. Displays Help on PC DOS Shell Help.@@
  561.  
  562.  
  563. -----------------FILE LIST F1 HELP-------------------------
  564.  
  565. !1MHH!!2MHH!!YMHH!@
  566. File Menu
  567.  
  568. You can use the commands on this menu to carry out actions on files and directories, or to quit PC DOS Shell. To carry out an action on one or more files or a directory, select the files or the directory before you choose the command. @@
  569.  
  570. !1MCA!!2MCA!!YMCA!@
  571. Open Command
  572.  
  573. Starts a selected program and an associated file, if there is one.
  574.  
  575. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see
  576.    " File List Messages "~1DMK~
  577.  
  578. Related Procedure
  579.    " Opening Files "~I131~@@
  580.  
  581. !1MCB!!2MCB!!YMCB!!PMAH!!1MAH!@
  582. Run Command
  583.  
  584. Displays a dialog box in which you type the name of the program file that starts the program.
  585.  
  586. Related Procedure
  587.    " Starting Programs "~I147~@@
  588.  
  589. !1DAQ!!2DAQ!!YDAQ!!PDAQ!@
  590. Run Dialog Box
  591.  
  592. In this dialog box, you can start a program by typing the name of its program file and then choosing the OK button. If the file is not in the current directory, you must precede the filename with its complete path. You can use the PC DOS directory wildcards (.. and .) to specify paths.
  593.  
  594. Type any parameters for the program after the program filename. For example, to open a file named TEST.DOC in Microsoft Word, you would type the following:
  595.  
  596.      word test.doc.
  597.  
  598. Related Procedure
  599.    " Starting Programs "~I147~
  600.  
  601. To get Help on a dialog box option, select it and press F1.
  602.  
  603. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  604.    " File List Messages "~1DMK~
  605.  
  606. For more information on PC DOS commands and wildcards, see the User's Guide.@@
  607.  
  608. !1MCC!!2MCC!!YMCC!@
  609. Print Command
  610.  
  611. Prints the selected text file or files. The Print command only works if you have run PRINT.COM at the command prompt.
  612.  
  613. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  614.    " File List Messages "~1DMK~
  615.  
  616. Related Procedure
  617.    " Printing Files "~I134~
  618.  
  619. For more information about PRINT.COM, see the Print topic in Chapter 14, "Commands," of the User's Guide.@@
  620.  
  621. !1MCD!!2MCD!!YMCD!@
  622. Associate Command
  623.  
  624. Associates all files having the same extension with a program. Instead of your starting the program and then opening the file, PC DOS Shell does this automatically. When you choose a file with the specified extension, the program starts with the file loaded.
  625.  
  626. You can also use the Associate command to associate a program with a selected file.
  627.  
  628. You can also associate files without an extension with a program file.
  629.  
  630. Related Procedure
  631.    " Associating Files with a Program "~I105~@@
  632.  
  633. !1DDU!!2DDU!!YDDU!@
  634. Associate File Dialog Box
  635.  
  636. In this dialog box, you type the extension(s) of the files you want to associate with the selected program file. For example, DOC is the extension for the MEMO.DOC filename.
  637.  
  638. You can also associate files without an extension with a program file, by typing a period instead of an extension. Note that every file without an extension will be associated with the selected program file.
  639.  
  640. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  641.    " File List Messages "~1DMK~
  642.  
  643. Related Procedure
  644.    " Associating Files with a Program "~I105~
  645.  
  646. To get Help on a dialog box option, select it and press F1.@@
  647.  
  648. !1DDR!!2DDR!!YDDR!@
  649. Extension Box
  650.  
  651. Type the extension(s) of the files you want to associate. For example, DOC is the extension for the MEMO.DOC file. You can associate multiple extensions, separating them with a single space (you can type up to 79 characters). However, you can associate an extension with only one program at a time.
  652.  
  653. To associate all files without an extension with a program file, type a period instead of an extension.@@
  654.  
  655. !1D5T!!2D5T!!YD5T!@
  656. Associate File Dialog Box
  657.  
  658. In this dialog box, you type the program filename of the program you want to associate with files that have the extension you specified. Each time you open a file with the extension, the program automatically starts with the file loaded.
  659.  
  660. You can also associate a program file with all files that do not have an extension.
  661.  
  662. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  663.    " File List Messages "~1DMK~
  664.  
  665. Related Procedure
  666.    " Associating Files with a Program "~I105~
  667.  
  668. To get Help on a dialog box option, select it and press F1.@@
  669.  
  670. !1D5Q!!2D5Q!!YD5Q!@
  671. Program Box
  672.  
  673. Type the filename and path of the program you want to associate with the selected file or files. For example, type the following:
  674.  
  675.         c:\winword\winword.exe@@
  676.  
  677. !1MCE!!2MCE!!YMCE!@
  678. Search Command
  679.  
  680. Finds files on all or part of the current disk drive, depending on what you specify.
  681.  
  682. Related Procedure
  683.    " Searching for Files "~I139~@@
  684.  
  685. !1DOV!!2DOV!!YDOV!@
  686. Search File Dialog Box
  687.  
  688. In this dialog box, you type the name of the file you want to find. You can use PC DOS wildcards (* or ?) to find a group of files with similar names or extensions.
  689.  
  690. Select the Search Entire Disk check box to search the entire drive rather than just the selected directory.
  691.  
  692. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  693.    " File List Messages "~1DMK~
  694.  
  695. Related Procedure
  696.    " Searching for Files "~I139~
  697.  
  698. To get Help on a dialog box option, select it and press F1.@@
  699.  
  700. !1DOQ!!2DOQ!!YDOQ!@
  701. Search For Box
  702.  
  703. Type the name of the file you want to find. You can use PC DOS wildcards (* or ?) to find a group of files with similar names or extensions. For example, to find all files with a .TXT extension, specify *.TXT.@@
  704.  
  705. !1DOS!!2DOS!!YDOS!@
  706. Search Entire Disk Check Box
  707.  
  708. If you want to search an entire disk for a file or files, select this check box.
  709.  
  710. If you want to search only the currently displayed directory, clear this check box.@@
  711.  
  712. !SN!@
  713. Search List Window
  714.  
  715. Displays a file or files found using the Search command. You can run, print, associate, move, copy, delete, or rename any file in the list. You can also select a file or files and change the attributes. You can view the contents of a selected file.
  716.  
  717. Related Procedure
  718.    " Searching for Files "~I139~@@
  719.  
  720. !1MCF!!2MCF!!YMCF!@
  721. View File Contents Command
  722.  
  723. Displays the contents of the selected text file or binary file.
  724.  
  725. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  726.    " File List Messages "~1DMK~
  727.  
  728. Related Procedure
  729.    " Viewing File Contents "~I149~@@
  730.  
  731. !VN!@
  732. View File Window
  733.  
  734. Displays the contents of the selected text file or binary file.
  735.  
  736. To scroll through the file by using a mouse:
  737.  
  738.  - At the top of the window, click the words "PgUp" or
  739.    "PgDn," or click the arrows.
  740.  
  741.  
  742. To scroll through a file by using the keyboard:
  743.  
  744.  - Press the PAGE UP, PAGE DOWN, UP ARROW, or DOWN ARROW
  745.    keys.
  746.  
  747. You can switch the screen display between ASCII and hexadecimal formats by using commands on the Display menu, or by pressing F9.
  748.  
  749. To return to the file list:
  750.  
  751.  - From the View menu, choose Restore View.
  752.  
  753. Or
  754.  
  755.  - Press ESC.
  756.  
  757. Related Procedure
  758.    " Viewing File Contents "~I149~@@
  759.  
  760. (*View File Screen*)
  761. !VMHM!@
  762. Display Menu
  763.  
  764. You can use commands on this menu to switch between a hexadecimal or ASCII file display.@@
  765.  
  766. !VMEO!@
  767. ASCII Command
  768.  
  769. Switches the file display from hexadecimal to ASCII.@@
  770.  
  771. !VMEP!@
  772. Hex Command
  773.  
  774. Switches the file display from ASCII to hexadecimal.@@
  775.  
  776. (*View File Screen*)
  777. !VMHN!@
  778. View Menu
  779.  
  780. You can use the commands on this menu to do the following:
  781.  
  782.   * Redraw the screen.
  783.  
  784.   * Return to the file list. You can also press ESC 
  785.     to return to the file list.@@
  786.  
  787. !VMFB!@
  788. Restore View Command
  789.  
  790. Returns to the file list.@@
  791.  
  792. !1MCH!!2MCH!!YMCH!@
  793. Move Command
  794.  
  795. Moves the selected file or files from one directory to a directory you specify.
  796.  
  797. Related Procedure
  798.    " Moving Files "~I129~@@
  799.  
  800. !1DFV!!2DFV!!YDFV!@
  801. Move Dialog Box
  802.  
  803. In this dialog box, you type the drive and directory you want to move the selected file to.
  804.  
  805. If you're moving only one file, you can also specify a new name for the file after the path.
  806.  
  807. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  808.    " Copy and Move Messages "~I163~
  809.  
  810. Related Procedure
  811.    " Moving Files "~I129~
  812.  
  813. To get Help on a dialog box option, select it and press F1.@@
  814.  
  815. !1DFR!!2DFR!!YDFR!@
  816. To Box
  817.  
  818. Type the drive and destination directory you want to move the selected file to.
  819.  
  820. If you're moving only one file, you can also specify a new name for the file after the path.@@
  821.  
  822. Move's
  823. !1DFQ!!2DFQ!!YDFQ!@
  824. From Box
  825.  
  826. Lists the name(s) of the file or files you want to move. If there are several filenames, you can scroll through them by using the arrow keys.
  827.  
  828. If you do not want to move these files, press ESC to cancel the command.@@
  829.  
  830. !1MCI!!2MCI!!YMCI!@
  831. Copy Command
  832.  
  833. Copies one or more files in one directory to a directory you specify.
  834.  
  835. Related Procedure
  836.    " Copying Files "~I113~@@
  837.  
  838. !1D9V!!2D9V!!YD9V!@
  839. Copy Dialog Box
  840.  
  841. Type the drive and destination directory you want to copy the selected file(s) to.
  842.  
  843. If you're copying only one file, you can also specify a new name for the file after the path.
  844.  
  845. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  846.    " Copy and Move Messages "~I163~
  847.  
  848. Related Procedure
  849.    " Copying Files "~I113~
  850.  
  851. To get Help on a dialog box option, select it and press F1.@@
  852.  
  853. !1D9Q!!2D9Q!!YD9Q!@
  854. From Box
  855.  
  856. Lists the name(s) of the file or files you want to copy. If there are several filenames, you can scroll through them by using the arrow keys.
  857.  
  858. If you do not want to copy these files, press ESC to cancel the command.@@
  859.  
  860. !1D9R!!2D9R!!YD9R!@
  861. To Box
  862.  
  863. Type the drive and path of the new location for the file or files you want to copy.
  864.  
  865. To copy a file within a directory, you must give it a different filename. Type the new filename after the path.@@
  866.  
  867. !1DVR!!2DVR!!YDVR!@
  868. Confirm on Replace Message
  869.  
  870. A file with this name already exists in the location you specified. Choose 1 to cancel the Move or Copy command. Choose 2 to replace the file in the destination directory with the file you are moving or copying.@@
  871.  
  872. !1MCJ!!2MCJ!!YMCJ!@
  873. Delete Command
  874.  
  875. Deletes selected files or directories.
  876.  
  877. Related Procedure
  878.    " Deleting Files and Directories "~I117~@@
  879.  
  880. !1DJU!!2DJU!!YDJU!@
  881. Delete File Dialog Box
  882.  
  883. This dialog box displays the name(s) of the file or files you selected for deletion. If you selected several files, you can scroll through them by using the LEFT ARROW and RIGHT ARROW keys.
  884.  
  885. If you do not want to delete these files, press ESC to cancel the command.
  886.  
  887. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  888.    " File List Messages "~1DMK~
  889.  
  890. Related Procedure
  891.    " Deleting Files and Directories "~I117~
  892.  
  893. To get Help on a dialog box option, select it and press F1.@@
  894.  
  895. !1DJR!!2DJR!!YDJR!@
  896. Delete Box
  897.  
  898. Displays the name or names of files you selected for deletion. If you selected several files, you can scroll through them by using the LEFT ARROW and RIGHT ARROW keys.
  899.  
  900. If you do not want to delete these files, press ESC to cancel the command.
  901. --
  902.  
  903. !1MCK!!2MCK!!YMCK!@
  904. Rename Command
  905.  
  906. Renames a selected file or directory to the name you specify.
  907.  
  908. Related Procedure
  909.    " Renaming Files and Directories "~I136~@@
  910.  
  911. !1DRS!!2DRS!!YDRS!@
  912. Rename Dialog Box
  913.  
  914. In this dialog box, you type the new name for the file or directory you selected.
  915.  
  916. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  917.    " File List Messages "~1DMK~
  918.  
  919. Related Procedure
  920.    " Renaming Files and Directories "~I136~
  921.  
  922. To get Help on a dialog box option, select it and press F1.@@
  923.  
  924. !1DRT!!2DRT!!YDRT!@
  925. New Name Box
  926.  
  927. Type a new name for the selected file or directory. You can include as many as 8 characters in the name. You can follow the name with a period and an extension of up to three characters.
  928.  
  929. If you selected more than one file or directory, rename the first one, choose the OK button, rename the second one, and continue until you have renamed all of them.@@
  930.  
  931. !1MCL!!2MCL!!YMCL!@
  932. Change Attributes Command
  933.  
  934. Displays the attributes assigned to a file. Attributes include Hidden, System, Archive, and Read-Only. You can choose this command to assign or remove attributes.
  935.  
  936. Related Procedure
  937.    "  Changing File Attributes "~I107~@@
  938.  
  939. !1D4S!!2D4S!!YD4S!@
  940. Change Attributes Dialog Box
  941.  
  942. In this dialog box, an arrow indicates attributes currently assigned to the selected file. Use the UP ARROW and DOWN ARROW keys to select the attributes you want, and press the SPACEBAR to assign them, or remove them from the file. You can also use the mouse.
  943.  
  944. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  945.    " File List Messages "~1DMK~
  946.  
  947. Related Procedure
  948.    " Changing File Attributes "~I107~
  949.  
  950. To get Help on a dialog box option, select it and press F1.@@
  951.  
  952. !1D4W!!2D4W!!YD4W!@
  953. File Attributes
  954.  
  955. An arrow next to an attribute means it is assigned to the file. Use the UP ARROW and DOWN ARROW keys to select the attributes you want, and press the SPACEBAR to assign them or remove them from the file.
  956.  
  957. Set this attribute       To
  958. ------------------       --
  959. Hidden                   Prevent a file from appearing in
  960.                          lists on your screen. 
  961.  
  962. System                   Mark a file as an PC DOS system
  963.                          file and prevent it from appearing
  964.                          in lists on your screen.
  965.  
  966. Archive                  Mark a file that has been changed
  967.                          since it was backed up.
  968.  
  969. Read-Only                Prevent a file from being changed.
  970.  
  971.  
  972. Clear this attribute     To
  973. --------------------     --
  974. Hidden                   Allow the file to appear in lists
  975.                          on your screen.
  976.  
  977. System                   Mark a system file as a regular
  978.                          file so it will appear in lists.
  979.  
  980. Archive                  Stop archiving a file.
  981.  
  982. Read-Only                Change a file.
  983.  
  984. You can display hidden and system files without changing the files' attributes by using the File Display Options command on the Options menu.@@
  985.  
  986. !1DES!!2DES!!YDES!@
  987. Change Attributes Dialog Box
  988.  
  989. Select the first option to change the attributes of each selected file one at a time; select the second option to change the attributes of all files at once.@@
  990.  
  991. !1MCN!!2MCN!!YMCN!@
  992. Create Directory Command
  993.  
  994. Creates a new directory on the current drive. If a directory is selected, this command creates a subdirectory within that directory.
  995.  
  996. Related Procedure
  997.    " Creating Directories "~I115~@@
  998.  
  999. !1DGT!!2DGT!!YDGT!@
  1000. New Directory Name Box
  1001.  
  1002. Type the name you want to give the new directory.@@
  1003.  
  1004. !1DGS!!2DGS!!YDGS!@
  1005. Create Directory Dialog Box
  1006.  
  1007. In this dialog box, type the name of the directory you want to create. The new directory will be a subdirectory of the parent directory listed under Parent Name.
  1008.  
  1009. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  1010.    " File List Messages "~1DMK~
  1011.  
  1012. Related Procedure
  1013.    " Creating Directories "~I115~
  1014.  
  1015. To get Help on a dialog box option, select it and press F1.@@
  1016.  
  1017.  
  1018. !1MCP!!2MCP!!YMCP!@
  1019. Select All Command
  1020.  
  1021. Selects all files in the currently selected directory.
  1022.  
  1023. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  1024.    " File List Messages "~1DMK~
  1025.  
  1026. Related Procedure
  1027.    " Selecting All Files in a Directory "~I141~@@
  1028.  
  1029. !1MDA!!2MDA!!YMDA!@
  1030. Deselect All Command
  1031.  
  1032. Cancels all selections except one in the currently selected directory.
  1033.  
  1034. PC DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  1035.    " File List Messages "~1DMK~
  1036.  
  1037. Related Procedure
  1038.    " Selecting All Files in a Directory "~I141~@@
  1039.  
  1040. !PMAJ!!1MAJ!!1MDC!!2MDC!!YMDC! @
  1041. Exit Command
  1042.  
  1043. Quits PC DOS Shell and displays the PC DOS command prompt.@@
  1044.  
  1045. !PMHE!!1MHE!!1MHI!!2MHI!!YMHI!@
  1046. Options Menu
  1047.  
  1048. You can use the commands on the Options menu to view and change options associated with files and groups. Commands are also provided for using the PC DOS Shell task-swapping feature and for changing screen colors and modes used to display PC DOS Shell.
  1049. --@@
  1050.  
  1051. !PMAK!!1MAK!!1MDD!!2MDD!!YMDD!@
  1052. Confirmation Command
  1053.  
  1054. Specifies whether PC DOS Shell should prompt you for confirmation before deleting files and replacing files with duplicate names. The command also applies to mouse actions that involve moving and copying files.
  1055.  
  1056. Related Procedures
  1057.    " Deleting Files and Directories "~I117~
  1058.    " Copying Files "~I113~
  1059.    " Moving Files "~I129~@@
  1060.  
  1061. !PDNS!!1DNS!!2DNS!!YDNS!@
  1062. Confirmation Dialog Box
  1063.  
  1064. In this dialog box, you can specify whether PC DOS Shell should prompt you for confirmation before a file is deleted or replaced, or when you are performing mouse actions that involve copying or moving files.
  1065.  
  1066. Related Procedures
  1067.    " Deleting Files and Directories "~I117~
  1068.    " Copying Files "~I113~
  1069.    " Moving Files "~I129~
  1070.  
  1071. To get Help on a dialog box option, select it and press F1.@@
  1072.  
  1073. !PDNT!!1DNT!!2DNT!!YDNT!@
  1074. Confirm on Delete Check Box
  1075.  
  1076. Select this check box to receive a message before you delete a file or directory.@@
  1077.  
  1078. !PDNU!!1DNU!!2DNU!!YDNU!@
  1079. Confirm on Replace Check Box
  1080.  
  1081. Select this check box to receive a message before you replace a file in the same directory by moving or copying.@@
  1082.  
  1083. !PDNV!!1DNV!!2DNV!!YDNV!@
  1084. Confirm on Mouse Operation Check Box
  1085.  
  1086. Select this check box to receive a message when you perform a mouse action that involves moving or copying a file.@@
  1087.  
  1088. !PMAL!!1MAL!!1MDE!!2MDE!!YMDE!@
  1089. File Display Options Command
  1090.  
  1091. Lists files in sequence by name, extension, date, size, or order on the disk. Also controls the display of hidden and system files.
  1092.  
  1093. Related Procedure
  1094.    " Changing the File Display Order "~I132~@@
  1095.  
  1096. !PDLS!!1DLS!!2DLS!!YDLS!@
  1097. File Display Options Dialog Box
  1098.  
  1099. In this dialog box, you can change the order in which files are listed. You can list files by name, extension, date, size, or order on the disk. You can also specify whether you want to display files with hidden or system file attributes.
  1100.  
  1101. Related Procedure
  1102.    " Changing the File Display Order "~I132~
  1103.  
  1104. To get Help on a dialog box option, select it and press F1.@@
  1105.  
  1106. !PDLT!!1DLT!!2DLT!!YDLT!@
  1107. Name Box
  1108.  
  1109. Specify the type of file you want PC DOS to list by typing an extension. You can use PC DOS naming conventions, including wildcards (* and ?).@@
  1110.  
  1111. !PDLU!!1DLU!!2DLU!!YDLU!@
  1112. Display Hidden/System Files Check Box
  1113.  
  1114. Select this check box to display hidden and system files without changing their attributes.@@
  1115.  
  1116. !PDLV!!1DLV!!2DLV!!YDLV!@
  1117. Descending Order Check Box
  1118.  
  1119. Select this check box to use reverse alphabetical order, Z to A, to sort by filename and extension. If sorting by date, the Descending Order option displays the most recently modified file first. @@
  1120.  
  1121. !PDLW!!1DLW!!2DLW!!YDLW!@
  1122. Sort By Name Option
  1123.  
  1124. Select this option to sort by filename, in alphabetical order from A to Z.@@
  1125.  
  1126. !PDLX!!1DLX!!2DLX!!YDLX!@
  1127. Sort By Extension Option
  1128.  
  1129. Select this option to sort first by the filename extension (for example, .TXT), and then by filename, in alphabetical order, from A to Z.@@
  1130.  
  1131. !PDLY!!1DLY!!2DLY!!YDLY!@
  1132. Sort By Date Option
  1133.  
  1134. Select this option to sort files by the date they were last modified, starting with the oldest file.@@
  1135.  
  1136. !PDLZ!!1DLZ!!2DLZ!!YDLZ!@
  1137. Sort By Size Option
  1138.  
  1139. Select this option to sort by the file size, from the smallest to the largest.@@
  1140.  
  1141. !PDL[!!1DL[!!2DL[!!YDL[!@
  1142. Sort By DiskOrder Option
  1143.  
  1144. Select this option to sort by the order of the files on the disk.@@
  1145.  
  1146. !PMAM!!1MAM!!1MDF!!2MDF!!YMDF!@
  1147. Select Across Directories Command
  1148.  
  1149. Controls whether or not you can select files in more than one directory. A mark next to the command name indicates that the command is active.
  1150.  
  1151. Related Procedure
  1152.    " Selecting Files Across Directories "~I140~@@
  1153.  
  1154. !PMDG!!1MDG!!2MDG!!YMDG!!PMAN!@
  1155. Show Information Command
  1156.  
  1157. Displays information on the selected file or files, the directory, and the disk.
  1158.  
  1159. Related Procedure
  1160.    " Viewing File, Directory, and Drive Information "~I120~@@
  1161.  
  1162. !PDYR!!1DYR!! !2DYR!!YDYR!@
  1163. Show Information Dialog Box
  1164.  
  1165. This dialog box displays information on the currently selected disk and its directories and files.@@
  1166.  
  1167. !PMAO!!1MAO!!1MDH!!2MDH!!YMDH!@
  1168. Enable Task Swapper Command
  1169.  
  1170. Turns on or off task swapping and displays the Active Task List to the right of the program list. With task swapping on, you can have more than one program open at a time and switch back and forth between programs. A mark next to the command indicates that task swapping is on.
  1171.  
  1172. Related Procedures
  1173.    " Using Task Swapping and the Active Task List "~I152~
  1174.    " Switching Between Programs "~I148~@@
  1175.  
  1176. !PMAP!!1MAP!!1MDI!!2MDI!!YMDI!@
  1177. Display Command
  1178.  
  1179. Changes the screen mode and resolution used to display PC DOS Shell.
  1180.  
  1181. Related Procedure
  1182.    " Changing the Screen Display "~I154~@@
  1183.  
  1184. !PDXT!!1DXT!!2DXT!!YDXT!@
  1185. Screen Display Mode
  1186.  
  1187. This dialog box displays the screen mode options available to you, based on information from the video driver and your hardware. Select the screen mode you want to use to display PC DOS Shell, and then choose the OK button. To see a display mode before you choose it, select it and choose the Preview button.
  1188.  
  1189. Related Procedure
  1190.    " Changing the Screen Display "~I154~@@
  1191.  
  1192. !PDXR!!PDWR!!1DXR!!1DWR!!2DXR!!2DWR!!YDXR!!YDWR!@
  1193. Preview Button
  1194.  
  1195. Temporarily redraws the screen in the display mode or color scheme you selected. You can preview as many options as you like. Choose the OK button to confirm your selection, or the Cancel button to close the dialog box without making a change.@@
  1196.  
  1197. !PMDJ!!1MDJ!!2MDJ!!YMDJ!!PMBA!@
  1198. Colors Command
  1199.  
  1200. Changes the color scheme used for PC DOS Shell.
  1201.  
  1202. Related Procedure
  1203.    " Changing Colors "~I106~@@
  1204.  
  1205. !PDWQ!!1DWQ!!2DWQ!!YDWQ!@
  1206. Color Scheme Dialog Box
  1207.  
  1208. In this dialog box, select the color scheme you want for PC DOS Shell and then choose the OK button.
  1209.  
  1210. You can see a color scheme before you choose it by choosing the Preview button.
  1211.  
  1212. Related Procedure
  1213.    " Changing Colors "~I106~
  1214.  
  1215. To get Help on a dialog box option, select it and press F1.
  1216.  
  1217. For information about creating your own color schemes, see the User's Guide.@@
  1218.  
  1219. !PDWT!!1DWT!!2DWT!!YDWT!@
  1220. Color Scheme Option
  1221.  
  1222. You can change colors or return to the default setting by selecting one of the color schemes provided in this list and then choosing the OK button. You can see a color scheme before you choose it by choosing the Preview button.
  1223.  
  1224. Related Procedure
  1225.    " Changing Colors "~I106~@@
  1226.  
  1227. !PMHF!!1MHF!!1MHJ!!2MHJ!!YMHJ!@
  1228. View Menu
  1229.  
  1230. You can use the commands on this menu to display a single file list, two file lists, or information on files in the current directory.
  1231.  
  1232. You can also display a list of groups and program items and a list of files and directories at the same time.@@
  1233.  
  1234. !PMBB!!1MBB!!1MDK!!2MDK!!YMDK!@
  1235. Single File List Command
  1236.  
  1237. Displays a single directory tree and file list for the current drive.
  1238.  
  1239. Related Procedure
  1240.    " Displaying a List of Files in a Directory "~I119~@@
  1241.  
  1242. !PMBC!!1MBC!!1MDL!!2MDL!!YMDL!@
  1243. Dual File Lists Command
  1244.  
  1245. Displays two directory trees and file lists for the selected drive(s) in the file list.
  1246.  
  1247. Related Procedure
  1248.    " Displaying Two File Lists "~I121~@@
  1249.  
  1250. !PMBD!!1MBD!!1MDM!!2MDM!!YMDM!@
  1251. All Files Command
  1252.  
  1253. Lists every file on the current drive, as well as information about the drive, its directories, and its files.
  1254.  
  1255. Related Procedure
  1256.    " Displaying a List of All Files "~I118~@@
  1257.  
  1258. !PMBE!!1MBE!!1MDN!!2MDN!!YMDN!@
  1259. Program/File Lists Command
  1260.  
  1261. Displays a list of directories and files and a list of groups and programs.
  1262.  
  1263. Related Procedure
  1264.    " Viewing the File List and the Program List "~I125~@@
  1265.  
  1266. !PMBF!!1MBF!!1MDO!!2MDO!!YMDO!@
  1267. Program List Command
  1268.  
  1269. Displays a list of groups and program items in the current group.
  1270.  
  1271. Related Procedure
  1272.    " Opening Program Groups "~I123~@@
  1273.  
  1274. !PMBH!!1MBH!!1MEA!!2MEA!!YMEA!!VMFA!@
  1275. Repaint Screen Command
  1276.  
  1277. Redraws the screen. The Repaint Screen command does not update the list of files; if you want to update the lists to show changes, use the Refresh command.@@
  1278.  
  1279. !1MEB!!2MEB!!YMEB!@
  1280. Refresh Command
  1281.  
  1282. PC DOS Shell rereads the disk and updates the lists to show changes such as deleted or restored files.@@
  1283.  
  1284. !1MHK!!2MHK!!YMHK!@
  1285. Tree Menu
  1286.  
  1287. You can use the commands on this menu to display or hide subdirectories in the Directory Tree.@@
  1288.  
  1289. !1MEC!!2MEC!!YMEC!@
  1290. Expand One Level Command
  1291.  
  1292. Displays the next level of subdirectories for the selected directory in the Directory Tree.
  1293.  
  1294. Related Procedure
  1295.    " Expanding Directories "~I127~@@
  1296.  
  1297. !1MED!!2MED!!YMED!@
  1298. Expand Branch Command
  1299.  
  1300. Displays all levels of subdirectories in the selected directory in the Directory Tree.
  1301.  
  1302. Related Procedure
  1303.    " Expanding Directories "~I127~@@
  1304.  
  1305. !1MEE!!2MEE!!YMEE!@
  1306. Expand All Command
  1307.  
  1308. Displays all subdirectories in all directories in the Directory Tree.
  1309.  
  1310. Related Procedure
  1311.    " Expanding Directories "~I127~@@
  1312.  
  1313. !1MEF!!2MEF!!YMEF!@
  1314. Collapse Branch Command
  1315.  
  1316. Hides all currently displayed subdirectories in the selected directory in the Directory Tree.
  1317.  
  1318. Related Procedure
  1319.    " Collapsing Directories "~I112~@@
  1320.  
  1321. --------------------- ERROR MESSAGE F1 HELP ---------------
  1322. The following are most of the F1 messages, although some messages may be placed near related F1 Help topics.
  1323. Also included is Help on common command buttons.
  1324.  
  1325. !I163!@
  1326. Copy and Move Messages
  1327.  
  1328. Following are several specific PC DOS Shell messages you may receive when moving and copying files and advice about how to handle them.
  1329.  
  1330. Invalid Path
  1331. ------------
  1332. Make sure that you specified the correct path for the file or directory (including the correct drive letter). The path is the location of the file or directory in the directory tree. The entire path must not be longer than 66 characters. For more information about paths, see Chapter 5, "Working with Directories," in the User's Guide.
  1333.  
  1334. File or Drive Does Not Exist
  1335. ----------------------------
  1336. Check to be sure the drive, path, and filename are correct. Use the file list to make sure the file is on the disk in the specified drive. Try using the Refresh command on the View menu to update the file list.
  1337.  
  1338. You Have More than One File Selected
  1339. ------------------------------------
  1340. When you have more than one file selected that you want to copy or move, you must specify a destination directory -- not a file. Make sure you specified an existing directory and that its path is correct.
  1341.  
  1342. Access Denied
  1343. -------------
  1344. You may have tried using a file that you do not have access rights to. Check with your system administrator.@@
  1345.  
  1346. !1DMJ!!1DMK!!1DML!!1DMM!!1DMN!!1DMO!!1DMP!!1DMQ!!1DMR!!1DMS!!1DMT!!1DMU!!1DMV!!1DMW!!1DMX!!1DMZ!!2DMJ!!2DMK!!2DML!!2DMM!!2DMN!!2DMO!!2DMP!!2DMQ!!2DMR!!2DMS!!2DMT!!2DMU!!2DMV!!2DMW!!2DMX!!2DMZ!!YDMJ!!YDMK!!YDML!!YDMM!!YDMN!!YDMO!!YDMP!!YDMQ!!YDMR!!YDMS!!YDMT!!YDMU!!YDMV!!YDMW!!YDMX!!2DMN!@
  1347. File List Messages
  1348.  
  1349. Following are several specific PC DOS Shell messages you may receive and advice about how to handle them.
  1350.  
  1351. The File Doesn't Exist
  1352. ----------------------
  1353. Make sure you specified the correct path and filename.
  1354.  
  1355. Access Denied or Invalid Path
  1356. -----------------------------
  1357. You may have tried one of the following:
  1358.  
  1359.    * Specifying an incorrect path. Make sure that you    
  1360.      specified the correct path for the file or directory
  1361.      (including the correct drive letter). The path is the
  1362.      location of the file or directory in the directory
  1363.      tree.
  1364.  
  1365.    * Renaming a file or directory to one that already exists
  1366.      in the same directory.
  1367.  
  1368.    * Within a directory, creating a new directory with the
  1369.      same name as a directory that already exists.
  1370.  
  1371.    * Deleting a directory that contains files. First you
  1372.      must delete or move the files.
  1373.  
  1374.    * Deleting a write-protected or read-only file. Try
  1375.      changing the file's attributes by using the Change
  1376.      Attributes command on the File menu.
  1377.  
  1378.    * Trying to perform operations on a write-protected disk.
  1379.      Remove the write-protection from the disk.
  1380.  
  1381.    * Using a file that you do not have access rights to.
  1382.      Check with your system administrator.
  1383.  
  1384.    * Creating a directory with a path that's too long.
  1385.      PC DOS recognizes paths up to 66 characters (including
  1386.      the drive and colon [:]). Try specifying a shorter path
  1387.      for the directory.
  1388.  
  1389. For more information about paths, see Chapter 5, "Working with Directories," in the User's Guide.
  1390.  
  1391. That is the Wrong Floppy Disk
  1392. -----------------------------
  1393. Be sure you inserted the correct disk in the drive. When you insert the correct disk, PC DOS Shell will continue with the operation.
  1394.  
  1395. That Drive Doesn't Exist
  1396. ------------------------
  1397. Make sure you specified the correct drive letter. If you are using a network, make sure you are connected to it. Try using the Refresh command on the View menu to reread the drives.
  1398.  
  1399. Drive Not Ready
  1400. ---------------
  1401. Check the drive to be sure of the following:
  1402.  
  1403.   * A disk is in the drive.
  1404.  
  1405.   * The drive door is closed.
  1406.  
  1407.   * The disk is properly inserted in the drive.
  1408.  
  1409.   * The disk is formatted.
  1410.  
  1411. Unrecognized Disk Error
  1412. -----------------------
  1413. If you're using a floppy disk, check to be sure that you've inserted the correct disk in the drive, that it is inserted properly, and that the drive door is closed.
  1414.  
  1415. Check to see that the disk and the drive are compatible. For example, you may be putting a high-density disk into a drive that only accepts low-density disks.
  1416.  
  1417. The disk may contain bad sectors. You can use the CHKDSK command at the command prompt to see if there are bad sectors on the disk.
  1418.  
  1419. Error Reading File
  1420. ------------------
  1421. Make sure the file exists on the specified drive.
  1422.  
  1423. Error Writing to the Destination File
  1424. -------------------------------------
  1425. Make sure you inserted the correct disk in the drive. Or, it could be that the disk is damaged.
  1426.  
  1427. The File is in Use by Someone Else
  1428. ----------------------------------
  1429. You tried to use a file on a network that someone else is using. To use the file, you must wait until it is available.
  1430.  
  1431. Take the Write-Protection off the Disk
  1432. ---------------------------------------
  1433. The disk you are trying to use may have write-protection. This prevents data from being written to the disk. Remove the write-protection, or use a different disk without write-protection.
  1434.  
  1435. Error creating a temporary file on a drive
  1436. ------------------------------------------
  1437. PC DOS Shell cannot find the TEMP or TMP variable and you have tried to start a program from a write-protected disk. Temporary files cannot be created. You can either remove the write-protection from the disk, or set the TEMP or TMP variable in the AUTOEXEC.BAT file.
  1438.  
  1439. For more information about setting these variables, see
  1440.    "Setting the TEMP or TMP Variable"~I167~
  1441.  
  1442. Unrecognized Error
  1443. ------------------
  1444. Retry the operation. If you still get a message, quit PC DOS Shell and start it again, and then retry the procedure.
  1445.  
  1446. Related Procedures
  1447.    " Changing File Attributes "~I107~
  1448.    " Copying Files "~I113~
  1449.    " Expanding Directories "~I127~
  1450.    " Updating the Lists "~I161~@@
  1451.  
  1452. !I167!@
  1453. Setting the TEMP or TMP Variable
  1454.  
  1455. In the process of starting and quitting programs and PC DOS Shell, temporary batch files are created and stored in a directory specified in the TEMP or TMP variables in your AUTOEXEC.BAT file.
  1456.  
  1457. You may have to reset the TEMP or TMP variable if:
  1458.  
  1459.   * The disk you want to restore deleted files from is full.
  1460.     The temporary files may overwrite deleted files you want
  1461.     to restore.
  1462.  
  1463.   * You started PC DOS Shell from a write-protected disk.
  1464.     You will not be able to start the program.
  1465.  
  1466. When you start a program, PC DOS Shell first looks for the directory specified in the TEMP variable and then in TMP variable. If it can't find the directories, PC DOS Shell will use the directory and drive where the running PC DOS Shell is stored. If PC DOS Shell can't create the temporary batch file in any of these directories, it displays the message "Error creating a temporary file to a drive."
  1467.  
  1468. The problem may be that you are running PC DOS Shell from a write-protected disk.
  1469.  
  1470. You can try the following:
  1471.  
  1472.   * Remove the write-protection from the disks.
  1473.  
  1474.   * Set the TEMP or TMP variable to a directory on a
  1475.     disk that isn't write-protected.
  1476.  
  1477. NOTE: It's best to set the variable to a directory on the RAM drive. If the RAM drive doesn't have enough memory, specify a different directory.
  1478.  
  1479.  
  1480. To set the TEMP and TMP variables:
  1481.  
  1482. 1. Quit PC DOS Shell.
  1483.  
  1484. 2. Choose or create a directory for the temporary files -- 
  1485.    for example, c:\temp; or if d: is your RAM drive, you
  1486.    could specify d:\. 
  1487.  
  1488. 3. At the PC DOS command prompt, use the set command to set
  1489.    each variable.
  1490.  
  1491.    To set this variable    Type
  1492.    --------------------    ----
  1493.    TEMP                    set TEMP=drive:\directory
  1494.    TMP                     set TMP=drive:\directory
  1495.  
  1496.    Specify the directory that you chose or created in Step
  1497.    2.
  1498.  
  1499.    NOTE: The TEMP and TMP variable can specify the same 
  1500.    or a different directory.
  1501.  
  1502.    NOTE: It's recommended that you set both variables 
  1503.    now so that no matter which program you will be using,
  1504.    the variable it uses will be set correctly.
  1505.  
  1506. 4. Press ENTER.
  1507.  
  1508. 5. Start PC DOS Shell.@@
  1509.  
  1510.  
  1511. !1DME!!2DME!!YDME!@
  1512. File Cannot Be Copied to Itself Message
  1513.  
  1514. You may have tried to copy a file to itself. You can either copy the file to a different directory or specify a different filename.
  1515.  
  1516. Related Procedure
  1517.    " Copying Files "~I113~@@
  1518.  
  1519. !1DMG!!2DMG!!YMDG!@
  1520. The Disk is Full Message
  1521.  
  1522. There may not be enough disk space to copy the file(s) listed in the dialog box. If you are copying more than one file, you can choose to continue copying the files that will fit on the disk. You can copy the remaining files after you insert another disk or delete a file or files to make room.@@
  1523.  
  1524. !1DMI!!2DMI! YDMI!@
  1525. File Empty Message
  1526.  
  1527. The file you selected to view contains no information.@@
  1528.  
  1529. !1DMY!!2DMY!!YDMY!@
  1530. Printer Messages
  1531.  
  1532. If the printer is busy or the printer queue is full, PC DOS Shell displays a message for each file not printed. You can try printing the file again, skip printing the file and continue printing the rest of the files, or cancel printing.@@
  1533.  
  1534.  
  1535.  
  1536. !1DIQ!!YD1Q!!2D1Q!!PDIQ!@
  1537. Drive Not Ready Message
  1538.  
  1539. Check the drive to be sure of the following:
  1540.  
  1541.   * A disk is in the drive.
  1542.  
  1543.   * The drive door is closed.
  1544.  
  1545.   * The disk is properly inserted in the drive.
  1546.  
  1547.   * The disk is formatted.@@
  1548.  
  1549. !1DIS!!YDIS!!2DIS!!PDIS!@
  1550. Critical Error Message
  1551.  
  1552. Try the following:
  1553.  
  1554. Retry the Operation
  1555. -------------------
  1556. If you received a General Failure error, retry the operation. If this doesn't work, continue reading.
  1557.  
  1558. Check Your Network Connection
  1559. -----------------------------
  1560. If you're using a network connection, check to be sure you are still connected and it is working.
  1561.  
  1562. For all other messages, continue reading:
  1563.  
  1564. Check the Floppy Disk
  1565. ---------------------
  1566. If you're using a floppy disk, check to be sure that you've inserted the correct disk in the drive, that it is inserted properly, and that the drive door is closed.
  1567.  
  1568. Check the Formatting
  1569. --------------------
  1570. The disk may be damaged, or the disk and the drive may be incompatible. For example, you may be putting a high-density disk into a drive that only accepts low-density disks.
  1571.  
  1572. Check the Drive
  1573. ---------------
  1574. You may have a problem with your hard drive. Make sure it is properly connected. Consult your hardware documentation for more trouble-shooting advice.@@
  1575.  
  1576.  
  1577. !O!!C!!1DUS!!2DUS!!YDUS!!1DVT!!2DVT!!YDVT!@
  1578. Command Buttons
  1579.  
  1580. Following are several command buttons that may appear in dialog boxes.
  1581.  
  1582. OK Button
  1583. ---------
  1584. Choose the OK button to carry out the command or operation specified in this dialog box.
  1585.  
  1586. Yes Button
  1587. ----------
  1588. Choose the Yes button if you want to continue carrying out the command or operation as specified.
  1589.  
  1590. Cancel Button
  1591. -------------
  1592. Choose the Cancel button to cancel the command or operation specified in this dialog box. Choosing the Cancel button closes the dialog box.
  1593.  
  1594. No Button
  1595. ---------
  1596. Choose the No button if you do not want the command or operation carried out as specified.
  1597.  
  1598. Close Button
  1599. ------------
  1600. Closes the dialog box or exits Help.
  1601.  
  1602. Related Procedure
  1603.    " Choosing Command Buttons "~I109~@@
  1604.  
  1605. PC DOS SHELL HELP PROCEDURES, PC DOS 6.3
  1606.  
  1607. !I100!@
  1608. Adding and Changing Program Groups
  1609.  
  1610. A "group" is a name given to a collection of program items. You can add a new group to another program group in the program list. Once you've added a group, you can add other program items and groups to it.
  1611.  
  1612. To add a new group:
  1613.  
  1614. 1. Open the group to which you want to add a group.
  1615. 2. From the File menu, choose New.
  1616.    The New Program Object dialog box appears.
  1617. 3. Select the Program Group option button and choose the OK
  1618.    button.
  1619.    The Add Group dialog box appears.
  1620. 4. Type a name for the new group (up to 27 characters).
  1621. 5. If you want, type a Help message and password for the
  1622.    group.
  1623. 6. Choose the OK button.
  1624.    The name of the group appears in the program list. In
  1625.    graphics mode, a group icon appears next to it; in text
  1626.    mode, it appears in brackets.
  1627.  
  1628.  
  1629. You can change properties or assign additional properties
  1630. for all groups except the Main group.
  1631.  
  1632. To change the properties of a group:
  1633.  
  1634. 1. Select the group name using the arrow keys or
  1635.    a mouse.
  1636. 2. From the File menu, choose Properties.
  1637.    The Program Group Properties dialog box appears.
  1638. 3. If you want, change the title.
  1639. 4. If you want, add or change the Help text and a password.
  1640. 5. Choose the OK button.
  1641.  
  1642. Related Topic
  1643.    " Program Groups and Program Items "~$140~
  1644.  
  1645. Related Procedures
  1646.    " Opening Program Groups "~I123~
  1647.    " Adding Program Items to Program Groups "~I102~@@
  1648.  
  1649. !I102!@
  1650. Adding Program Items to Program Groups
  1651.  
  1652. In the program list, you can add a program item to a group. A program item contains startup information about a program file. When you choose the program item, PC DOS Shell starts the program according to your instructions.
  1653.  
  1654. NOTE: A program item is not the program file itself. If you add a program item, you add only the program list's startup instructions for that program. The program itself remains in its directory on your hard drive.
  1655.  
  1656. To add a program item:
  1657.  
  1658. 1. Open the group you want to add a new item to.
  1659. 2. From the File menu, choose New.
  1660.    The New Program Object dialog box appears.
  1661. 3. Select the Program Item option button and choose the 
  1662.    OK button.
  1663.    The Add Program dialog box appears.
  1664. 4. Type a name for the program item (up to 27 characters).
  1665. 5. In the Commands box, type the name of the program file
  1666.    that runs the program, along with any additional switches
  1667.    or parameters.
  1668. 6. If you want, specify a startup directory, application
  1669.    shortcut key, password, or advanced properties for this
  1670.    item.
  1671. 7. Choose the OK button.
  1672.  
  1673.  
  1674. To specify a shortcut key combination in the Application Shortcut Key box:
  1675.  
  1676. 1. Select the Application Shortcut Key box.
  1677. 2. Press and hold down one of the following keys: SHIFT,
  1678.    CTRL, or ALT, and then type a letter. 
  1679.    PC DOS Shell displays the keys you pressed. If [none]
  1680.    appears in the text box, the shortcut key combination you
  1681.    entered is unavailable. Try another combination.
  1682.  
  1683. For example, if you want to use SHIFT+W to move to Microsoft Word, you would press SHIFT and then type w. PC DOS Shell would display SHIFT+W in the text box and next to the program title in the Active Task List.
  1684.  
  1685. NOTE: Some key combinations are not available. Do not use the following key combinations:
  1686.  
  1687. CTRL+C
  1688. CTRL+M
  1689. CTRL+I
  1690. CTRL+H
  1691. CTRL+[
  1692. CTRL+5 (on the keypad)
  1693. SHIFT+CTRL+M
  1694. SHIFT+CTRL+I
  1695. SHIFT+CTRL+H
  1696. SHIFT+CTRL+[
  1697. SHIFT+CTRL+5 (on the keypad)
  1698.  
  1699. Related Topic
  1700.    " Program Groups and Program Items "~$140~
  1701.  
  1702. Related Procedures
  1703.    " Opening Program Groups "~I123~
  1704.    " Displaying the File List and the Program List "~I125~
  1705.    " Starting Programs "~I147~@@
  1706.  
  1707. !I104!@
  1708. Changing Program Item Properties
  1709.  
  1710. You can change a program item's properties or assign additional properties after you've added the program item.
  1711.  
  1712. To change the properties of a program item:
  1713.  
  1714. 1. Open the group that contains the program item.
  1715. 2. Select the program item.
  1716. 3. From the File menu, choose Properties.
  1717.    The Program Item Properties dialog box appears.
  1718. 4. If you want, change the specified title and
  1719.    program file.
  1720. 5. If you want, change or specify any of these
  1721.    options: Startup Directory, Application Shortcut
  1722.    Key, Pause After Exit, or Password.
  1723. 6. To assign or change advanced properties, choose the
  1724.    Advanced button.
  1725.    The Advanced Properties dialog box appears.
  1726. 7. Specify the options you want, and choose the OK button to
  1727.    close the Advanced Properties dialog box.
  1728. 8. Choose the OK button.
  1729.  
  1730.  
  1731. To specify a shortcut key combination in the Application Shortcut Key box:
  1732.  
  1733. 1. Select the Application Shortcut Key box.
  1734. 2. Press and hold down one of the following keys: SHIFT,
  1735.    CTRL, or ALT, and then type a letter.
  1736.    PC DOS Shell displays the keys you pressed. If [none]
  1737.    appears in the text box, the shortcut key combination you
  1738.    entered is unavailable. Try another combination.
  1739.  
  1740. For example, if you want to use SHIFT+W to move to Microsoft Word, you would press SHIFT and then type w. PC DOS Shell would display SHIFT+W in the text box and next to the program title in the Active Task List.
  1741.  
  1742. NOTE: Some key combinations are not available. Do not use the following key combinations:
  1743.  
  1744. CTRL+C
  1745. CTRL+M
  1746. CTRL+I
  1747. CTRL+H
  1748. CTRL+[
  1749. CTRL+5 (on the keypad)
  1750. SHIFT+CTRL+M
  1751. SHIFT+CTRL+I
  1752. SHIFT+CTRL+H
  1753. SHIFT+CTRL+[
  1754. SHIFT+CTRL+5 (on the keypad)
  1755.  
  1756. Related Topic
  1757.    " Program Groups and Program Items "~$140~
  1758.  
  1759. Related Procedures
  1760.    " Opening Program Groups "~I123~
  1761.    " Displaying the File List and the Program List "~I125~
  1762.    " Starting Programs "~I147~@@
  1763.  
  1764. !I105!@
  1765. Associating Files with a Program
  1766.  
  1767. Any file in the file list can be linked with a program so that opening the file automatically starts the program. Files are associated by their filename extensions. For example, you could link files that have the .TXT extension with PC DOS E Editor so that when you open a .TXT file, PC DOS E Editor automatically starts and opens that file.
  1768.  
  1769. You can also associate files without extensions to a program file. Note that every file without an extension will be associated with the selected program file.
  1770.  
  1771. To associate a file with a program:
  1772.  
  1773. 1. Select the program file that you want to associate
  1774.    files with.
  1775. 2. From the File menu, choose Associate.
  1776.    The Associate File dialog box appears.
  1777. 3. Type the extensions of the files that you want to
  1778.    associate with the program, separating each
  1779.    extension with a space. To associate all files without
  1780.    an extension with a program file, type a period instead
  1781.    of an extension.
  1782. 4. Choose the OK button.
  1783.  
  1784. Or
  1785.  
  1786. 1. Select a file that has the extension you want.
  1787. 2. From the File menu, choose Associate.
  1788.    The Associate File dialog box appears.
  1789. 3. Type the path and program filename of the program you
  1790.    want to associate with that extension.
  1791. 4. Choose the OK button.
  1792.  
  1793. NOTE: When associating multiple extensions, you can type up to 79 characters in the dialog box. However, you can only associate an extension with one program at a time. For example, you can't associate the extension .TXT with two different text-editing programs at the same time.
  1794.  
  1795. Related Topic
  1796.    " Associated Files "~$123~
  1797.  
  1798. Related Procedure
  1799.    " Opening Files "~I131~@@
  1800.  
  1801. !I165!@
  1802. Backing Up Files
  1803.  
  1804. If you have numerous files to back up, you can use the Backup Fixed Disk program item in the Disk Utilities group.
  1805.  
  1806. To back up files:
  1807.  
  1808. 1. From the Disk Utilities group, choose the Backup Fixed
  1809.    Disk program item.
  1810. 2. To back up your entire hard disk, choose the OK button.
  1811.    To back up a subdirectory or selected files, or to add
  1812.    files to an existing subdirectory, type the appropriate
  1813.    parameters, switches, and wildcards in the Parameters
  1814.    box, and then choose the OK button.
  1815. 3. When the backup is finished, press any key to return to
  1816.    PC DOS Shell.
  1817.  
  1818.  
  1819. Related Topics
  1820.    " Program Groups and Program Items "~$140~
  1821.    " More on Backup Fixed Disk "~$133~
  1822.  
  1823. Related Procedure
  1824.    " Restoring Backed Up Files "~I166~@@
  1825.  
  1826. !I106!@
  1827. Changing Colors
  1828.  
  1829. You can choose from a variety of color combinations for displaying the PC DOS Shell window. The number of choices you have depends on the type of system you're using and how it is set up.
  1830.  
  1831. To change color schemes:
  1832.  
  1833. 1. From the Options menu, choose Colors.
  1834.    The Color Scheme dialog box appears.
  1835. 2. Select the scheme you want from the list.
  1836. 3. To see what the colors will look like, choose the Preview
  1837.    button.
  1838. 4. Choose the OK button to set the new color scheme.
  1839.  
  1840. Available color schemes are defined in the DOSSHELL.INI file. Advanced users can edit this file and define their own color schemes.@@
  1841.  
  1842. !I154!@
  1843. Changing the Screen Display
  1844.  
  1845. You can choose from several screen modes for displaying the PC DOS Shell window. The quality of your screen resolution depends on the type of system you're using and how it is set up.
  1846.  
  1847. To change screen modes:
  1848.  
  1849. 1. From the Options menu, choose Display.
  1850.    The Screen Mode dialog box appears.
  1851. 2. Select the resolution you want from the list.
  1852. 3. To see what the screen mode looks like, choose the
  1853.    Preview button.
  1854. 4. Choose the OK button to set the new screen mode.@@
  1855.  
  1856. !I107!@
  1857. Changing File Attributes
  1858.  
  1859. Files have several PC DOS file attributes assigned to them. These attributes are as follows:
  1860.  
  1861. This attribute   Does this
  1862. --------------   ---------
  1863. Hidden          Prevents a file from appearing on your
  1864.                 screen.
  1865.  
  1866. System          Identifies a file as a PC DOS system file.
  1867.  
  1868. Archive         Indicates when a file has been modified.
  1869.  
  1870. Read-Only       Prevents a file from being modified.
  1871.  
  1872. You can change the attributes of files in the file list as needed.
  1873.  
  1874. You can display hidden and system files without changing the files' attributes by using the File Display Options command on the Options menu.
  1875.  
  1876. NOTE: If files appear in the list from other directories and you don't want to change their attributes, make sure Select Across Directories is turned off, and then try again.
  1877.  
  1878. To change the attributes of one file:
  1879.  
  1880. 1. Select the file whose attributes you want to change.
  1881. 2. From the File menu, choose Change Attributes.
  1882.    The Change Attributes dialog box appears.
  1883. 3. Select the appropriate attributes from the list
  1884.    by using the arrow keys and the SPACEBAR, or a mouse.
  1885.    Selected attributes have a mark next to them.
  1886. 4. Choose the OK button.
  1887.  
  1888.  
  1889. To change the attributes for more than one file:
  1890.  
  1891. 1. Select the files whose attributes you want to
  1892.    change.
  1893. 2. From the File menu, choose Change Attributes.
  1894.    A dialog box appears.
  1895. 3. Select the first option to change the attributes
  1896.    for each file selected one at a time; select the second
  1897.    option to change the attributes for all files at once.
  1898. 4. Choose the OK button.
  1899. 5. Select the appropriate attributes from the list
  1900.    by using the arrow keys and the SPACEBAR, or a mouse.
  1901.    Selected attributes have a mark next to them.
  1902. 6. Choose the OK button.
  1903.  
  1904. If you selected the first option, Change Selected Files One At A Time, you will need to repeat steps 5 and 6 until all the files you selected have been modified.@@
  1905.  
  1906. !I108!@
  1907. Changing Confirmation Messages
  1908.  
  1909. You can specify whether or not PC DOS Shell will display confirmation messages when deleting or replacing files or when performing mouse actions that move or copy files.
  1910.  
  1911. The confirmation options are as follows:
  1912.  
  1913. This option                  Displays a message before
  1914. -----------                  -----------------------
  1915. Confirm on Delete            Deleting files
  1916.  
  1917. Confirm on Replace           Replacing files with other
  1918.                              files of the same name
  1919.  
  1920. Confirm on Mouse Operation   Copying or moving files by
  1921.                              using a mouse
  1922.  
  1923. To specify which messages you want to receive when performing file operations:
  1924.  
  1925. 1. From the Options menu, choose Confirmation.
  1926. 2. Select the options you want.
  1927. 3. Choose the OK button.@@
  1928.  
  1929. !I109!@
  1930. Choosing Command Buttons
  1931.  
  1932. Most dialog boxes have OK and Cancel command buttons. The OK button carries out the action specified in the dialog box. The Cancel button cancels the action and closes the dialog box. Other command buttons are labeled according to the action they take (for example, the Help button displays Help information for the dialog box).
  1933.  
  1934. To choose a command button by using a mouse:
  1935.  
  1936.  - Click the command button.
  1937.  
  1938.  
  1939. To choose a command button by using the keyboard:
  1940.  
  1941.  - Press TAB to move to the command button, and then
  1942.    press ENTER.
  1943.  
  1944. Unless a command button other than OK is selected, pressing ENTER has the same effect as choosing the OK button. Pressing ESC always has the same effect as choosing the Cancel button.
  1945.  
  1946. Related Topic
  1947.    " Dialog Boxes "~$105~
  1948.  
  1949. Related Procedure
  1950.    " Using Dialog Box Options "~I143~@@
  1951.  
  1952. !I110!@
  1953. Choosing Commands
  1954.  
  1955. You choose commands from menus in PC DOS Shell.
  1956.  
  1957. To choose a command by using a mouse:
  1958.  
  1959. 1. Click the name of the menu that contains the command you
  1960.    want.
  1961. 2. Click the name of the command.
  1962.  
  1963.  
  1964. To choose a command by using access keys:
  1965.  
  1966. 1. Press ALT or F10 to select the menu bar at the top
  1967.    of your screen.
  1968. 2. Press the underscored letter that corresponds to the
  1969.    menu you want (for example, V for View).
  1970. 3. Press the underscored letter that corresponds to the
  1971.    command you want (for example, S for Single File
  1972.    List).
  1973.  
  1974.  
  1975. To choose a command by using the keyboard:
  1976.  
  1977. 1. Press ALT or F10 to select the menu bar at the
  1978.    top of your screen.
  1979. 2. Press the RIGHT ARROW or LEFT ARROW key to select the
  1980.    menu you want.
  1981. 3. Press the UP ARROW or DOWN ARROW key to select the
  1982.    command you want.
  1983. 4. Press ENTER to choose the command.
  1984.  
  1985. Related Topic
  1986.    " Menus and Commands "~$103~
  1987.  
  1988. Related Procedure
  1989.    " Working with a Mouse "~I150~@@
  1990.  
  1991. !I112!@
  1992. Collapsing Directories
  1993.  
  1994. You can collapse a directory you've expanded in the Directory Tree. Collapsing a directory hides its subdirectories.
  1995.  
  1996. To collapse a directory by using a mouse:
  1997.  
  1998.  - Click the minus sign (-) to the left of the
  1999.    directory name in the tree.
  2000.  
  2001.  
  2002. To collapse a directory by using the keyboard:
  2003.  
  2004. 1. Select the directory name in the tree.
  2005. 2. From the Tree menu, choose Collapse Branch, or
  2006.    press the MINUS SIGN key (-).
  2007.  
  2008. Related Topics
  2009.    " Directories "~$117~
  2010.    " Disk Drives "~$116~
  2011.  
  2012. Related Procedure
  2013.    " Expanding Directories "~I127~@@
  2014.  
  2015. !I113!@
  2016. Copying Files
  2017.  
  2018. In the file list, you can copy one or more files from one directory to another directory or to a disk. To display the source directory and the destination directory when you move files, use the Dual File Lists view.
  2019.  
  2020. NOTE: If you've used the Confirmation command to turn off confirmation messages when using mouse operations, you will not see the confirmation messages described in the procedures below.
  2021.  
  2022. NOTE: If files appear in the Copy File dialog box from other directories and you don't want to copy them, make sure Select Across Directories is turned off, and then try again.
  2023.  
  2024. To copy files from directory to another by using a mouse:
  2025.  
  2026. 1. Press and hold down CTRL and drag the file you want
  2027.    to copy onto the directory you want to copy to in the
  2028.    Directory Tree.
  2029.    The Confirm Mouse Operation dialog box appears.
  2030. 2. Choose the Yes button.
  2031.  
  2032.  
  2033. To copy files by using the keyboard:
  2034.  
  2035. 1. Select the file or files you want to copy.
  2036. 2. From the File menu, choose Copy, or press F8.
  2037.    The Copy File dialog box appears, listing each file you
  2038.    selected.
  2039. 3. In the To box, type the path of the destination 
  2040.    directory.
  2041. 4. Choose the OK button.
  2042.  
  2043. Related Procedures
  2044.    " Selecting Files "~I146~
  2045.    " Displaying Two File Lists "~I121~
  2046.  
  2047. For information on controlling the display of confirmation dialog boxes when copying files, see
  2048.    " Changing Confirmation Messages "~I108~@@
  2049.  
  2050. !I114!@
  2051. Copying Program Items
  2052.  
  2053. You can copy a program item in the program list from one group to another.
  2054.  
  2055. To copy a program item:
  2056.  
  2057. 1. Open the group that contains the item you want to copy.
  2058. 2. Select the item.
  2059. 3. From the File menu, choose Copy.
  2060. 4. Open the group you want to copy the item to.
  2061. 5. Press F2.
  2062.  
  2063. You can also duplicate a program item within a group. For example, you might want two instances of Microsoft Word with different documents loaded.
  2064.  
  2065. Related Topic
  2066.    " Program Groups and Program Items "~$140~
  2067.  
  2068. Related Procedure
  2069.    " Opening Program Groups "~I123~@@
  2070.  
  2071. !I115!@
  2072. Creating Directories
  2073.  
  2074. You create directories in the file list on the current drive, and in the current directory if one is selected. If a directory is selected, the new directory is added as a subdirectory. Otherwise, the directory is added to your root directory.
  2075.  
  2076. To create a new directory:
  2077.  
  2078. 1. Select the drive and (optionally) the directory where
  2079.    you want the new directory created.
  2080. 2. From the File menu, choose Create Directory.
  2081.    The Create Directory dialog box appears.
  2082. 3. Type the name of the new directory.
  2083. 4. Choose the OK button.
  2084.  
  2085. Related Topic
  2086.    " Directories "~$117~
  2087.  
  2088. Related Procedures
  2089.    " Selecting Directories "~I144~
  2090.    " Selecting Drives "~I145~@@
  2091.  
  2092. !I116!@
  2093. Deleting Program Items and Program Groups
  2094.  
  2095. When you delete a program item from a group, you remove its title and any properties associated with it. When you delete a group, you must first delete all of its program items.
  2096.  
  2097. NOTE: A program item is not the program file itself. If you delete a program item, you delete only the program list's startup instructions for that program. The program file remains on your hard drive and will appear in the file list.
  2098.  
  2099. To delete a program item:
  2100.  
  2101. 1. Open the group that contains the program item you
  2102.    want to delete.
  2103. 2. Select the item by using the arrow keys or a mouse.
  2104. 3. From the File menu, choose Delete (or press DEL).
  2105.    The Delete Item dialog box appears.
  2106. 4. Select the first option.
  2107. 5. Choose the OK button.
  2108.  
  2109.  
  2110. To delete a group:
  2111.  
  2112. 1. Select the group you want to delete.
  2113. 2. From the File menu, choose Delete (or press DEL).
  2114.    The Delete Item dialog box appears.
  2115. 3. Choose the OK button.
  2116.  
  2117. Related Topic
  2118.    " Program Groups and Program Items "~$140~
  2119.  
  2120. Related Procedure
  2121.    " Opening Program Groups "~I123~
  2122.  
  2123. For information on controlling the display of confirmation dialog boxes when deleting files, see
  2124.    " Changing Confirmation Messages "~I108~@@
  2125.  
  2126. !I117!@
  2127. Deleting Files and Directories
  2128.  
  2129. You can delete files and directories in the file list when you are finished with them. Once a file or directory is deleted, it is removed from the disk and can no longer be used.
  2130.  
  2131. CAUTION: If you accidentally delete a file that you wanted to keep, you may be able to restore it. You can restore a file with certainty only if no other files have been created or changed on the disk. For more information, see
  2132.    " Restoring Deleted Files "~I155~
  2133.  
  2134. NOTE: If you've used the Confirmation command to turn off confirmation messages when deleting files, you will not see all of the messages described in the procedures below.
  2135.  
  2136. To delete one file:
  2137.  
  2138. 1. Select the file you want to delete.
  2139. 2. From the File menu, choose Delete (or press DEL).
  2140.    The Delete File Confirmation dialog box will appear.
  2141. 3. Choose the Yes button.
  2142.  
  2143.  
  2144. To delete more than one file:
  2145.  
  2146. 1. Select the files you want to delete.
  2147. 2. From the File menu, choose Delete (or press DEL).
  2148.    A dialog box will appear listing each file you selected.
  2149. 3. Choose the OK button to continue deleting those files.
  2150.    Another confirmation dialog box will appear for each file
  2151.    you want to delete.
  2152. 4. Choose the Yes button to confirm each deletion.
  2153.  
  2154. NOTE: If files appear in the list from other directories and you don't want to delete them, make sure Select Across Directories is turned off, and then try again.
  2155.  
  2156.  
  2157. To delete a directory:
  2158.  
  2159. 1. Select the directory you want to delete.
  2160. 2. Be sure there are no files or subdirectories in the
  2161.    directory; if there are, delete or move them.
  2162. 3. From the File menu, choose Delete (or press DEL).
  2163.    The Delete Directory Confirmation dialog box will appear.
  2164. 4. Choose the Yes button.
  2165.  
  2166. Related Procedure
  2167.    " Selecting Files "~I146~
  2168.    " Selecting Files Across Directories "~I140~
  2169.  
  2170. For information on controlling the display of confirmation dialog boxes when deleting files, see
  2171.    " Changing Confirmation Messages "~I108~@@
  2172.  
  2173. !I118!@
  2174. Displaying a List of All Files
  2175.  
  2176. You can display a list of all files on a drive in the file list, including all system files. This list also contains additional information on the drive, its directories, and its files.
  2177.  
  2178. To display a list of all the files on a drive:
  2179.  
  2180. 1. Select the drive you want to view.
  2181. 2. From the View menu, choose All Files.
  2182.  
  2183. You can then select a different drive if you want to view its files.
  2184.  
  2185. Related Procedure
  2186.    " Selecting Drives "~I145~@@
  2187.  
  2188. !I119!@
  2189. Displaying a List of Files in a Directory
  2190.  
  2191. You can display a single list of files for a selected drive and directory in the file list. PC DOS Shell displays the Directory Tree on the left side of the PC DOS Shell window; on the right, it displays a list of files in the current directory.
  2192.  
  2193. To display a single list of files:
  2194.  
  2195. 1. From the View menu, choose Single File List.
  2196. 2. Select the drive that contains the directory
  2197.    you want.
  2198. 3. Select the directory that contains the files
  2199.    you want to list.
  2200.  
  2201. Related Topics
  2202.    " File List Overview "~1N~
  2203.    " File List and Program List "~$114~
  2204.  
  2205. Related Procedures
  2206.    " Selecting Drives "~I145~
  2207.    " Selecting Directories "~I144~@@
  2208.  
  2209. !I120!@
  2210. Viewing File, Directory, and Drive Information
  2211.  
  2212. You can display additional information about the current drive, directory, and files.
  2213.  
  2214. To display information on a drive and its directories and files:
  2215.  
  2216. 1. Select the drive, directory, and file(s) you want
  2217.    information on.
  2218. 2. From the Options menu, choose Show Information.
  2219. 3. When you're finished reviewing the information,
  2220.    choose the OK button.
  2221.  
  2222. Related Procedures
  2223.    " Selecting Drives "~I145~
  2224.    " Selecting Directories "~I144~
  2225.    " Selecting Files "~I146~@@
  2226.  
  2227. !I121!@
  2228. Displaying Two File Lists
  2229.  
  2230. You can display lists of files for two different directories at the same time in the file list.
  2231.  
  2232. To display two lists of files:
  2233.  
  2234. 1. From the View menu, choose Dual File Lists.
  2235. 2. For each list, select the drive that contains the
  2236.    directory you want (to move between lists, press TAB
  2237.    or use the mouse).
  2238. 3. Select the directory that contains the files you
  2239.    want displayed in each list.
  2240.  
  2241. Related Topic
  2242.    " File List and Program List "~$114~
  2243.  
  2244. Related Procedures
  2245.    " Selecting Directories "~I144~
  2246.    " Selecting Drives "~I145~@@
  2247.  
  2248. !I123!@
  2249. Opening Program Groups
  2250.  
  2251. You can display the contents of any group in the program list.
  2252.  
  2253. To open a group by using a mouse:
  2254.  
  2255.  - Double-click the group name.
  2256.  
  2257.  
  2258. To open a group by using the keyboard:
  2259.  
  2260. 1. Use the arrow keys to select the group you want to open.
  2261. 2. Press ENTER.
  2262.    The name of the group you selected appears in the title
  2263.    bar of the program list. The group's program items and
  2264.    groups are displayed.
  2265.  
  2266.  
  2267. You can display the contents of the group one level up (the group that contains the currently displayed items) for all groups except the Main group.
  2268.  
  2269. To display the contents of the group one level up:
  2270.  
  2271.  - Press ESC.
  2272.  
  2273. Related Topic
  2274.    " Program Groups and Program Items "~$140~@@
  2275.  
  2276. !I164!@
  2277. Formatting Floppy Disks
  2278.  
  2279. You can format disks by using the Format and Quick Format program items in the Disk Utilities group. Format looks for bad sectors on the disk; Quick Format doesn't.
  2280.  
  2281. To format a floppy disk:
  2282.  
  2283. 1. From the Disk Utilities group, choose the Format or Quick
  2284.    Format program items.
  2285.    A dialog box appears.
  2286. 2. To format drive A and use no switches, choose the OK
  2287.    button, or type the appropriate parameters and switches,
  2288.    in the Parameters box, and then choose the OK button.
  2289. 3. PC DOS prompts you for a volume label for the disk. Type
  2290.    a name if you want to label the disk. If you don't want
  2291.    to label the disk, press ENTER.
  2292. 4. Press Y if you want to format another disk or press N if
  2293.    you want to return to PC DOS Shell.
  2294.  
  2295. Related Topic
  2296.    " Program Groups and Program Items "~$140~
  2297.  
  2298. Related Topics
  2299.    " More on Format "~$135~
  2300.    " More on Quick Format "~$136~@@
  2301.  
  2302. !I124!@
  2303. Using the Command Prompt
  2304.  
  2305. There are several ways to use the command prompt without quitting PC DOS Shell.
  2306.  
  2307.   * Press SHIFT+F9.
  2308.  
  2309.   * From the Main group, choose the Command Prompt program
  2310.     item.
  2311.  
  2312. You can also use a command line in the Run dialog box to run a program.
  2313.  
  2314. For more information on PC DOS commands, see Chapter 14, "Commands," in the User's Guide.
  2315.  
  2316. Related Topic
  2317.    " How to Start Programs "~$121~@@
  2318.  
  2319. !I162!@
  2320. Displaying the Program List
  2321.  
  2322. You can display the program list that contains groups and program items. If task swapping is on, programs can be displayed in the Active Task List.
  2323.  
  2324. To display the program list:
  2325.  
  2326.  - From the View menu, choose Program List.
  2327.  
  2328. Related Topics
  2329.    " File List and Program List "~$114~
  2330.    " How to Use More than One Program "~$122~
  2331.    " Program Groups and Program Items "~$140~
  2332.    " Program List Overview "~I099~
  2333.  
  2334. Related Procedures
  2335.    " Displaying the File List and the Program List "~I125~
  2336.    " Using Task Swapping and the Active Task List "~I152~@@
  2337.  
  2338. !I125!@
  2339. Displaying the File List and the Program List
  2340.  
  2341. You can display the file list, the program list, or both lists at once.
  2342.  
  2343. To display the file list:
  2344.  
  2345.  - From the View menu, choose Single File List, Dual File
  2346.    Lists, or All Files.
  2347.  
  2348.  
  2349. To display the program list:
  2350.  
  2351.  - From the View menu, choose Program List.
  2352.  
  2353.  
  2354. To display both the program list and the file list at once:
  2355.  
  2356.  - From the View menu, choose Program/File Lists.
  2357.  
  2358. Related Topic
  2359.    " File List Overview "~1N~
  2360.    " File List and Program List "~$114~
  2361.    " Program List Overview "~I099~
  2362.  
  2363. Related Procedures
  2364.    " Displaying a List of All Files "~I118~
  2365.    " Displaying a List of Files in a Directory "~I119~
  2366.    " Displaying Two File Lists "~I121~@@
  2367.  
  2368. !I126!@
  2369. Quitting PC DOS Shell
  2370.  
  2371. When you quit PC DOS Shell, you remove it from memory. First you must quit any programs you have running in the Active Task List.
  2372.  
  2373. To quit PC DOS Shell:
  2374.  
  2375.  - From the File menu, choose Exit.
  2376.  
  2377.  
  2378. To quit PC DOS Shell when there are programs in the Active Task List:
  2379.  
  2380. 1. Switch to each program and quit it.
  2381.    PC DOS Shell removes the program's name from the Active
  2382.    Task List.
  2383. 2. From the File menu, choose Exit.
  2384.  
  2385. Related Topic
  2386.    " How to Leave PC DOS Shell "~$125~
  2387.  
  2388. For information on leaving PC DOS Shell without quitting it, see
  2389.    " Leaving PC DOS Shell "~I160~
  2390.    " Using the Command Prompt "~I124~@@
  2391.  
  2392. !I127!@
  2393. Expanding Directories
  2394.  
  2395. You can expand either selected directories or all directories in the Directory Tree, to see the subdirectories each contains.
  2396.  
  2397. To expand a directory one level by using a mouse:
  2398.  
  2399.  - Click the plus sign (+) to the left of the directory
  2400.    name.
  2401.  
  2402.  
  2403. To expand a directory one level by using the keyboard:
  2404.  
  2405. 1. Select the directory name by using the arrow keys.
  2406. 2. From the Tree menu, choose Expand One Level. You can
  2407.    also press the PLUS SIGN key (+).
  2408.  
  2409.  
  2410. To view all subdirectories under a directory:
  2411.  
  2412. 1. Select the directory name.
  2413. 2. From the Tree menu, choose Expand Branch, or press the
  2414.    ASTERISK key (*).
  2415.  
  2416.  
  2417. To view all subdirectories in the Directory Tree:
  2418.  
  2419.  - From the Tree menu, choose Expand All, or press
  2420.    CTRL+ASTERISK (*).
  2421.  
  2422. Related Topic
  2423.    " Directories "~$117~
  2424.  
  2425. Related Procedure
  2426.    " Collapsing Directories "~I112~@@
  2427.  
  2428. !I128!@
  2429. Selecting Windows
  2430.  
  2431. To work with a window such as the Directory Tree or the Active Task List, you must first select it. 
  2432.  
  2433. To select a window:
  2434.  
  2435.  - Press TAB or click the window you want.
  2436.  
  2437. Related Topic
  2438.    " Welcome to PC DOS Shell "~$100~@@
  2439.  
  2440. !I129!@
  2441. Moving Files
  2442.  
  2443. In the file list, you can move one or more files from one directory to another directory. When you move a file, it is deleted from the source directory. If you prefer displaying  the source directory and the destination directory when you move files, use the Dual File Lists view.
  2444.  
  2445. NOTE: If files appear in the Move File dialog box from other directories and you don't want to move them, make sure Select Across Directories is turned off, and then try again.
  2446.  
  2447. NOTE: If you've used the Confirmation command to turn off confirmation messages when using mouse operations, you will not see the confirmation messages described in the procedures below.
  2448.  
  2449. To move a file or files from one directory to another on the same drive by using a mouse:
  2450.  
  2451. 1. Drag the file(s) onto the directory you want to move it
  2452.    to in the Directory Tree.
  2453.    The Mouse Operation Confirmation dialog box appears.
  2454. 2. Choose the OK button.
  2455.  
  2456.  
  2457. To move a file or files from one directory to another on a different drive by using a mouse:
  2458.  
  2459. 1. Hold down the ALT key and drag the file(s) onto the
  2460.    directory you want to move it to in the Directory Tree.
  2461.    The Mouse Operation Confirmation dialog box appears.
  2462. 2. Choose the OK button.
  2463.  
  2464.  
  2465. To move a file or files from one location to another by using the keyboard:
  2466.  
  2467. 1. Select the file(s) you want to move.
  2468. 2. From the File menu, choose Move, or press F7.
  2469.    The Move File dialog box appears, listing each file you
  2470.    selected.
  2471. 3. Type the drive and directory where you want to move
  2472.    the file.
  2473. 4. Choose the OK button.
  2474.  
  2475. You can move more than one file at a time. PC DOS Shell will display a Move dialog box for each selected file.
  2476.  
  2477. Related Procedure
  2478.    " Selecting Files "~I146~
  2479.  
  2480. For information on controlling the display of confirmation dialog boxes when moving files, see
  2481.    " Changing Confirmation Messages "~I108~@@
  2482.  
  2483. !I131!@
  2484. Opening Files
  2485.  
  2486. You can open a program file or a data file in the file list. Opening a program file starts the program. Opening a data file associated with a program starts the program and automatically loads the file.
  2487.  
  2488. To open a program file or data file by using a mouse:
  2489.  
  2490.  - Double-click the filename.
  2491.  
  2492.  
  2493. To open a program file or data file by using the keyboard:
  2494.  
  2495. 1. Press TAB to move to the file list to the right of
  2496.    the Directory Tree.
  2497. 2. Use the arrow keys to select the file you want to
  2498.    open.
  2499. 3. Press ENTER or, from the File menu, choose Open.
  2500.  
  2501. Related Topic
  2502.    " How to Start Programs "~$121~
  2503.  
  2504. Related Procedure
  2505.    " Associating Files with a Program "~I105~@@
  2506.  
  2507. !I132!@
  2508. Changing the File Display Order
  2509.  
  2510. You can change what determines the order of files in the file list.
  2511.  
  2512. To change the order in which files are listed:
  2513.  
  2514. 1. From the Options menu, choose File Display Options.
  2515.    The File Display Options dialog box appears.
  2516. 2. Select the option you want.
  2517. 3. Choose the OK button.
  2518.  
  2519. You can sort and display files in the following ways:
  2520.  
  2521. Choose this option  To sort
  2522. ------------------  -------
  2523. Name                By filename in alphabetical order.
  2524.  
  2525. Extension           By extension, then by filename.
  2526.  
  2527. Size                By file size, smallest files to largest.
  2528.  
  2529. Date                By last modification date, oldest
  2530.                     files first.
  2531.  
  2532. DiskOrder           By the order they are stored on the
  2533.                     disk.
  2534.  
  2535. The Descending Order option reverses the order PC DOS uses to sort files. When you select this option, PC DOS Shell will:
  2536.  
  2537.   * Reverse the alphabetical filename order, Z to A.
  2538.  
  2539.   * List from Z to A by extension.
  2540.  
  2541.   * List from largest to smallest.
  2542.  
  2543.   * Reverse the date order, listing the most recent files
  2544.     first.
  2545.  
  2546. You can also select the Display Hidden/System option to display hidden and system files without changing the files' attributes.
  2547.  
  2548. Related Topic
  2549.    " File Information "~$119~@@
  2550.  
  2551. !I133!@
  2552. Reordering Program Items in a Program Group
  2553.  
  2554. You can change the order in which the group names and program items appear in the program list.
  2555.  
  2556. To reorder an item in a group by using a mouse:
  2557.  
  2558. 1. Select the item you want to reorder.
  2559. 2. From the File menu, choose Reorder.
  2560. 3. Double-click the new location.
  2561.  
  2562.  
  2563. To reorder an item in a group by using the keyboard:
  2564.  
  2565. 1. Select the item you want to reorder.
  2566. 2. From the File menu, choose Reorder.
  2567. 3. Move the cursor to the new location.
  2568. 4. Press ENTER.
  2569.  
  2570. Related Topic
  2571.    " Program Groups and Program Items "~$140~@@
  2572.  
  2573. !I134!@
  2574. Printing Files
  2575.  
  2576. You can print files in PC DOS Shell only from the file list and only if you have run PRINT.COM at the command prompt. Before starting PC DOS Shell, if you have already not started PRINT.COM, you need to type the following at the command prompt:
  2577.        print
  2578.  
  2579. If you are in PC DOS Shell and want to use the Print command, but have not already typed print at the command prompt, you need to quit PC DOS Shell, type print, and then restart PC DOS Shell.
  2580.  
  2581. To print in PC DOS Shell:
  2582.  
  2583. 1. From the file list, select one or more files.
  2584. 2. From the File menu, choose Print.
  2585.    PC DOS adds the files to the print queue.
  2586.  
  2587. NOTE: If the printer queue is full, PC DOS Shell displays a dialog box for each file which was not printed. You can try printing the file again, skip printing the file and continue printing the rest of the files, or cancel printing the unprinted files.
  2588.  
  2589. NOTE: If you will be printing from PC DOS Shell often, you can avoid typing the print command each time you use PC DOS Shell by adding the print command to your AUTOEXEC.BAT file. 
  2590. If your AUTOEXEC.BAT file contains a dosshell command, be sure the print command precedes it. For more information about the AUTOEXEC.BAT file, see Chapter 11, "Customizing Your System," in the User's Guide.
  2591.  
  2592. For more information about PRINT.COM, see the Print topic in Chapter 14, "Commands," of the User's Guide.
  2593.  
  2594. Related Procedure
  2595.    " Quitting PC DOS Shell "~I126~
  2596.    " Selecting Files "~I146~@@
  2597.  
  2598. !I135!@
  2599. Repainting the Screen Display
  2600.  
  2601. Occasionally you may want to redraw your screen. The Repaint Screen command does not update the list of files; if you want to update the lists to show changes, use the Refresh command.
  2602.  
  2603. To repaint the screen display:
  2604.  
  2605.  - From the View menu, choose Repaint Screen, or press
  2606.    SHIFT+F5.
  2607.  
  2608. Related Procedure
  2609.    " Updating the Lists "~I161~@@
  2610.  
  2611. !I136!@
  2612. Renaming Files and Directories
  2613.  
  2614. You can change the name of a file or directory as needed.
  2615.  
  2616. NOTE: If dialog boxes appear for files from other directories and you don't want to rename them, make sure Select Across Directories is turned off, and then try again.
  2617.  
  2618. To rename a file or directory:
  2619.  
  2620. 1. Select the file or directory you want to rename.
  2621. 2. From the File menu, choose Rename.
  2622.    The Rename File dialog box appears.
  2623. 3. Type the new name.
  2624. 4. Choose the OK button.
  2625.  
  2626. You can select more than one file to rename at a time. PC DOS Shell will display a Rename dialog box for each selected file.
  2627.  
  2628. Related Procedures
  2629.    " Selecting Directories "~I144~
  2630.    " Selecting Files "~I146~@@
  2631.  
  2632. !I166!@
  2633. Restoring Backed Up Files
  2634.  
  2635. You can retrieve files that you have backed up by using the Restore Fixed Disk program item in the Disk Utilities group.
  2636.  
  2637. To restore the files you backed up:
  2638.  
  2639. 1. From the Disk Utilities group, choose the Restore Fixed
  2640.    Disk program item.
  2641.    The Restore Fixed Disk dialog box appears.
  2642. 2. To restore all the files on the backup disk in drive A,
  2643.    choose the OK button.
  2644.    To restore selected files or specify a different drive,
  2645.    type the appropriate parameters, switches and wildcards
  2646.    in the Parameters box, and then choose the OK button.
  2647. 3. When the files are restored, press any key to return to
  2648.    PC DOS Shell.
  2649.  
  2650. Related Topics
  2651.    " More on Restore Fixed Disk "~$134~
  2652.    " Program Groups and Program Items "~$140~
  2653.  
  2654. Related Procedure
  2655.    " Backing Up Files "~I165~@@
  2656.  
  2657. !I155!@
  2658. Restoring Deleted Files
  2659.  
  2660. Once you delete a file, you may be able to recover it. You can recover deleted files with certainty only if no other files have been created or changed on the disk.
  2661.  
  2662. CAUTION: Avoid running or quitting any programs or using any commands other those specified in this procedure until you restore the deleted file or files.
  2663.  
  2664. NOTE: If the disk you deleted files from is full, or if the TMP or TEMP variable in your AUTOEXEC.BAT file is set to the RAM drive, you may have trouble recovering deleted files. In the process of quitting programs and PC DOS Shell, temporary files are created and stored in the directory specified in the TMP or TEMP variable. These temporary files may overwrite deleted files that you want to restore.
  2665.  
  2666. For more information about setting these variables, see
  2667.    "Setting the TEMP or TMP Variable"~I167~
  2668.  
  2669. There are several ways to restore files that you deleted. The following chart is to help you figure out the safest way to recover your files depending on importance of the files and the amount of disk space you have.
  2670.  
  2671. If                         Do this
  2672. --                         -------
  2673. The files are critical,    Press CTRL+ALT+DEL to restart
  2674. or TMP or TEMP is set      your computer and use the
  2675. to the RAM drive           undelete command at the command
  2676.                            prompt.
  2677.  
  2678. The files are noncritical  Use the Undelete program item, or
  2679.                            press SHIFT+F9 to leave PC DOS
  2680.                            Shell immediately, and use the
  2681.                            undelete command at the command
  2682.                            prompt.
  2683.  
  2684. To restore a file or files by using the Undelete program item:
  2685.  
  2686. 1. From the Main group, choose the Central Point Undelete
  2687.    program item. The Undelete full screen program appears, 
  2688.    where you can select the Drive, Directory , and files that 
  2689.    need to be recovered
  2690. 2. Use Ctrl+Drive letter, to select the drive.
  2691.    Example: Ctrl+C, will select the C: drive for deleted files.
  2692. 3. Use the Tab key to move around the Undelete full screen program      
  2693.    Directory or File window.
  2694. 4. Move the selection bar by using the keyboard arrow keys to the 
  2695.    file that needs to be recovered. Mulitiple files can be 
  2696.    selected.
  2697. 5. Press the F8 key to start the undelete process. Follow the 
  2698.    directions presented by the dialogs to complete the recovery.
  2699.  
  2700. For more information about the parameters and switches you can use, see:
  2701.    " More on Undelete "~$137~
  2702.  
  2703. For more information on the undelete command, see Chapter 14, "Commands," in the User's Guide.
  2704.  
  2705. Related Topic
  2706.    " Program Groups and Program Items "~$140~
  2707.  
  2708. Related Procedures
  2709.    " Selecting Files "~I146~
  2710.    " Deleting Files and Directories "~I117~
  2711.    " Using the Command Prompt "~I124~
  2712.  
  2713. For information on controlling the display of confirmation dialog boxes when deleting files, see
  2714.    " Changing Confirmation Messages "~I108~
  2715.  
  2716. For more information about the TMP variable, see Chapter 12, "Optimizing Your System," in the User's Guide.
  2717.  
  2718. UNDELETE Copyright (c) 1987-1991 Central Point Software, Inc.@@
  2719.  
  2720. !I138!@
  2721. Scrolling Through Lists
  2722.  
  2723. Some lists are longer than their display area on your screen. You can move (or scroll) through lists of files, directories, groups, program items, dialog box options, and file contents in order to see more information.
  2724.  
  2725. Use the PAGE UP and PAGE DOWN keys to view the next or previous window of information in the list. If you have a mouse, you can click the top or bottom of the scroll bar to the right of the list.
  2726.  
  2727. Use the UP ARROW and DOWN ARROW keys to scroll through a list one item at a time. You can also click the arrows in the scroll bar to the right of the list, or drag the scroll box up or down in the scroll bar.
  2728.  
  2729. Use CTRL+HOME to move to the beginning of a list. Use CTRL+END to move to the end of a list.
  2730.  
  2731. You can press a letter key to move to the next item that begins with that letter.
  2732.  
  2733. Related Topics
  2734.    " Dialog Boxes "~$105~
  2735.    " Scroll Bars "~$113~
  2736.    " Welcome to PC DOS Shell "~$100~@@
  2737.  
  2738. !I139!@
  2739. Searching for Files
  2740.  
  2741. In the file list, you can search for files anywhere on the selected drive.
  2742.  
  2743. When you search for files, you can specify a single filename or use PC DOS wildcards to specify a particular set of files -- for example, *.TXT. The files are listed, along with the directory path. From this list, you can perform regular file operations.
  2744.  
  2745. To search for files:
  2746.  
  2747. 1. From the File menu, choose Search.
  2748. 2. Type the name of the file you want to search for, or
  2749.    use PC DOS wildcards (* or ?) to search for a set of
  2750.    files with similar names or extensions.
  2751. 3. Choose the OK button.@@
  2752.  
  2753. !I140!@
  2754. Selecting Files Across Directories
  2755.  
  2756. You can select files in more than one directory at a time. Once you've selected the files in different directories, you can perform the same task on all of them together -- for example, deleting files across directories.
  2757.  
  2758. To select files in more than one directory:
  2759.  
  2760. 1. From the Options menu, choose Select Across Directories.
  2761.    A mark next to the command name indicates that the
  2762.    command is active.
  2763. 2. Display each of the directories you want to select
  2764.    files from, and then select the files you want.
  2765.  
  2766.  
  2767. To cancel the Select Across Directories command:
  2768.  
  2769.  - From the Options menu, choose Select Across Directories.
  2770.    The mark next to the command name disappears. Only the
  2771.    selected files in the current directory will be selected.
  2772.  
  2773. Related Topics
  2774.    " Disk Drives "~$116~
  2775.    " File Selection "~$118~
  2776.  
  2777. Related Procedures
  2778.    " Selecting Directories "~I144~
  2779.    " Selecting Files "~I146~@@
  2780.  
  2781. !I141!@
  2782. Selecting All Files in a Directory
  2783.  
  2784. You can select all files currently displayed in the file list.
  2785.  
  2786. To select all files in the file list:
  2787.  
  2788.   - From the File menu, choose Select All, or press
  2789.     CTRL+SLASH (/).
  2790.  
  2791.  
  2792. To cancel all selections:
  2793.  
  2794.  - From the File menu, choose Deselect All, or press
  2795.    CTRL+BACKSLASH (\).
  2796.  
  2797. Related Topic
  2798.    " File Selection "~$118~@@
  2799.  
  2800. !I142!@
  2801. Selecting and Canceling Menus
  2802.  
  2803. You choose commands in PC DOS Shell from menus located in the menu bar at the top of your screen. When you select the menu bar, you make it active.
  2804.  
  2805. To select the menu bar by using a mouse:
  2806.  
  2807.  - Click the menu name you want.
  2808.  
  2809.  
  2810. To select the menu bar by using the keyboard:
  2811.  
  2812.  - Press ALT or F10.
  2813.  
  2814. Once the menu bar is active, you can use the arrow keys or a mouse to view different menus and choose commands.
  2815.  
  2816. Related Topic
  2817.    " Menus and Commands "~$103~
  2818.  
  2819. Related Procedure
  2820.    " Choosing Commands "~I110~@@
  2821.  
  2822. !I161!@
  2823. Updating the Lists
  2824.  
  2825. PC DOS Shell can reread the disk and update the lists to show changes such as deleted or restored files.
  2826.  
  2827. To refresh the lists:
  2828.  
  2829.  - From the View menu, choose Refresh, or press F5.
  2830.  
  2831. Related Procedure
  2832.    " Repainting the Screen Display "~I135~@@
  2833.  
  2834. !I143!@
  2835. Using Dialog Box Options
  2836.  
  2837. You can select options displayed in a dialog box to give a command or operation additional information. Another way to specify information is by typing in a text box.
  2838.  
  2839. Check Boxes, Option Buttons, and List Boxes
  2840. -------------------------------------------
  2841. To select dialog box options by using a mouse:
  2842.  
  2843.  - Click the option you want to select.
  2844.  
  2845.  
  2846. To select dialog box options by using the keyboard:
  2847.  
  2848. 1. Press TAB to move to the option you want.
  2849. 2. To select this option   Do this
  2850.    ---------------------   -------
  2851.    A check box             Press the SPACEBAR to select
  2852.                            or clear it.
  2853.  
  2854.    An option button        Press the UP ARROW or DOWN
  2855.                            ARROW keys.
  2856.  
  2857.    An item in a list box   Press the UP ARROW or DOWN
  2858.                            ARROW keys. Or, you can press
  2859.                            the first letter of the item you
  2860.                            want; the selection cursor will
  2861.                            move to the first item that
  2862.                            starts with that letter.
  2863.  
  2864. Text Boxes
  2865. ----------
  2866. If the text box already contains text, the text is automatically selected and any new text you type replaces it. If you don't want to replace all of the text, you can insert and delete text.
  2867.  
  2868. To type information in a dialog box:
  2869.  
  2870. 1. Press TAB or click to move to the area where you want to
  2871.    type information.
  2872. 2. Type the appropriate information, using the BACKSPACE
  2873.    key to correct mistakes.
  2874. 3. Choose the OK button to accept the information and carry
  2875.    out the command.
  2876.  
  2877.  
  2878. To insert letters in the text:
  2879.  
  2880. 1. Use the arrow keys or click to position the insertion
  2881.    point where you want to insert text.
  2882. 2. Type the text, using BACKSPACE to correct mistakes.
  2883.  
  2884. Related Topic
  2885.    " Dialog Boxes "~$105~
  2886.  
  2887. Related Procedure
  2888.    " Choosing Command Buttons "~I109~@@
  2889.  
  2890. !I144!@
  2891. Selecting Directories
  2892.  
  2893. When you select a directory in the Directory Tree, the area to the right of the Directory Tree displays a list of files contained in that directory.
  2894.  
  2895. To select a directory by using a mouse:
  2896.  
  2897.  - Click the name of the directory in the directory
  2898.    tree.
  2899.  
  2900.  
  2901. To select a directory by using the keyboard:
  2902.  
  2903. 1. Use the UP ARROW and DOWN ARROW keys to move to the
  2904.    previous or next directory.
  2905. 2. Press ENTER.
  2906.  
  2907. Related Topic
  2908.    " Directories "~$117~
  2909.  
  2910. Related Procedure
  2911.    " Expanding Directories "~I127~@@
  2912.  
  2913. !I145!@
  2914. Selecting Drives
  2915.  
  2916. The file list displays the directories and files contained on the currently selected drive. You can select a different drive to view its contents.
  2917.  
  2918. To select a drive by using a mouse:
  2919.  
  2920.  - Click the drive letter.
  2921.  
  2922. Or
  2923.  
  2924.  - Double-click the current drive letter to have PC DOS
  2925.    Shell reread the disk and update the lists to show
  2926.    changes such as deleted or restored files.
  2927.  
  2928.  
  2929. To select a drive by using the keyboard:
  2930.  
  2931.  - Press and hold down CTRL and press the letter that
  2932.    corresponds to the drive (for example, CTRL+C).
  2933.  
  2934. Or
  2935.  
  2936. 1. Press TAB to move to the area listing the drive
  2937.    letters.
  2938. 2. Select the drive you want using the LEFT ARROW or
  2939.    RIGHT ARROW keys.
  2940. 3. Press ENTER.
  2941.  
  2942. Related Topic
  2943.    " Disk Drives "~$116~@@
  2944.  
  2945. !I146!@
  2946. Selecting Files
  2947.  
  2948. Before you can perform most file operations in the file list, you must first select a file.
  2949.  
  2950. NOTE: Don't press ENTER unless you want to open the selected file.
  2951.  
  2952. Selecting a Single File
  2953. -----------------------
  2954. To select a file by using a mouse:
  2955.  
  2956.  - Click the filename.
  2957.  
  2958.  
  2959. To select a file by using the keyboard:
  2960.  
  2961. 1. Press TAB to move to the list of files.
  2962. 2. Select the file by pressing the UP ARROW or DOWN ARROW
  2963.    keys.
  2964.  
  2965. Selecting All Files
  2966. -------------------
  2967. To select all files:
  2968.  
  2969.  - From the File menu, choose Select All, or press
  2970.    CTRL+SLASH (/).
  2971.  
  2972. Extending a Selection
  2973. ---------------------
  2974. To select consecutive files by using a mouse:
  2975.  
  2976. 1. Click the first file.
  2977. 2. Press and hold down SHIFT, and click the last file in the
  2978.    range.
  2979.  
  2980.  
  2981. To select consecutive files by using the keyboard:
  2982.  
  2983. 1. Press TAB to move to the list of files.
  2984. 2. Select the first file.
  2985. 3. Press and hold down SHIFT and press the UP ARROW or
  2986.    DOWN ARROW keys to select the additional files you want.
  2987.  
  2988. Selecting Nonconsecutive Files
  2989. -------------------------------
  2990. To select nonconsecutive files by using a mouse:
  2991.  
  2992. 1. Click the first file.
  2993. 2. Press and hold down CTRL, and then click each other file
  2994.    you want.
  2995.  
  2996. The Add mode is an easy keyboard method to select nonconsecutive files. In Add mode, you use the arrow keys to move through the list of files, and then press the SPACEBAR to select the files you want.
  2997.  
  2998. To use the Add Mode to select two nonconsecutive files:
  2999.  
  3000. 1. Select the first file.
  3001. 2. Press SHIFT+F8 to turn on Add mode.
  3002.    "ADD" appears in the status bar.
  3003. 3. Use the arrow keys to move to the second file you want
  3004.    to select.
  3005. 4. Press the SPACEBAR.
  3006.  
  3007.  
  3008. To turn off Add mode:
  3009.  
  3010.  - Press SHIFT+F8.
  3011.    "Add" is no longer displayed in the status bar.
  3012.  
  3013. Canceling a Selection in Add Mode
  3014. ---------------------------------
  3015. To cancel a selection in Add mode by using a mouse:
  3016.  
  3017.  - Press and hold down CTRL, and click the file.
  3018.  
  3019.  
  3020. To cancel a selection in Add mode by using the keyboard:
  3021.  
  3022. 1. If Add mode is not already on, press SHIFT+F8.
  3023.    "ADD" appears in the status bar.
  3024. 2. Use the arrow keys to move to the file.
  3025. 3. Press the SPACEBAR.
  3026.  
  3027. Related Topics
  3028.    " File List Overview "~1N~
  3029.    " File Selection "~$118~
  3030.  
  3031. Related Procedures
  3032.    " Selecting Directories "~I144~
  3033.    " Selecting Drives "~I145~@@
  3034.  
  3035. !I147!@
  3036. Starting Programs
  3037.  
  3038. You can start a program or run a command from either the program list or the file list.
  3039.  
  3040. From the Program List
  3041. ---------------------
  3042. To start a program from the program list by using a mouse:
  3043.  
  3044.  - Double-click the program item.
  3045.  
  3046.  
  3047. To start a program from the program list by using the keyboard:
  3048.  
  3049. 1. Open the group that contains the program item.
  3050. 2. Select the program item.
  3051. 3. Press ENTER or, from the File menu, choose Open.
  3052.  
  3053.  
  3054. To run a program from PC DOS Command Prompt in the Main group:
  3055.  
  3056. 1. From the program list, choose the Main group.
  3057. 2. Choose the Command Prompt program item.
  3058.    You temporarily leave PC DOS Shell.
  3059. 3. Type the name of the program file or the command name,
  3060.    along with any switches or parameters you want, on the
  3061.    command line.
  3062. 4. Press ENTER.
  3063.  
  3064. To return to PC DOS Shell when you have finished using the program:
  3065.  
  3066. 1. Type: exit
  3067. 2. Press ENTER.
  3068.  
  3069. From the File List
  3070. ------------------
  3071. To start a program from the file list by using a mouse:
  3072.  
  3073.  - Double-click the program file or an associated file.
  3074.  
  3075.  
  3076. To start a program from the file list by using the keyboard:
  3077.  
  3078. 1. Select the program file or an associated data file.
  3079. 2. Press ENTER or, from the File menu, choose Open.
  3080.  
  3081.  
  3082. Using the Run Command
  3083. ---------------------
  3084. If the program you want to run is not displayed, you can use the Run command to start it.
  3085.  
  3086. To start a program by using the Run command:
  3087.  
  3088. 1. From the File menu, choose Run.
  3089.    The Run dialog box appears.
  3090. 2. Type the path of the program file, along with any
  3091.    switches or parameters you want, in the Commands box.
  3092.    You can open a data file at the same time you start most
  3093.    programs by typing a space and the data-file path after
  3094.    the program filename.
  3095. 3. Choose the OK button.
  3096.  
  3097. Related Topic
  3098.    " How to Start Programs "~$121~
  3099.  
  3100. Related Procedures
  3101.    " Associating Files with a Program "~I105~
  3102.    " Adding Program Items to Program Groups "~I102~
  3103.    " Opening Program Groups "~I123~
  3104.    " Opening Files "~I131~
  3105.  
  3106. For more information on PC DOS commands, see Chapter 14, "Commands," in the User's Guide.@@
  3107.  
  3108. !I160!@
  3109. Leaving PC DOS Shell
  3110.  
  3111. You can leave PC DOS Shell temporarily while you work with the PC DOS command prompt and return to it again when you're finished.
  3112.  
  3113. To temporarily leave PC DOS Shell:
  3114.  
  3115.  - Press SHIFT+F9.
  3116.  
  3117.    Or 
  3118.  
  3119.  - From the Main group, choose the Command Prompt program
  3120.    item.
  3121.  
  3122.  
  3123. To return to PC DOS Shell from the command prompt:
  3124.  
  3125. 1. Type: exit
  3126. 2. Press ENTER.
  3127.  
  3128. Related Topic
  3129.    " How to Leave PC DOS Shell "~$125~
  3130.  
  3131. Related Procedure
  3132.    " Quitting PC DOS Shell "~I126~@@
  3133.  
  3134. !I152!@
  3135. Using Task Swapping and the Active Task List
  3136.  
  3137. When you choose Enable Task Swapper, you can have several programs running at one time and switch between them. When Task Swapper is enabled, each program you run is added to the Active Task List to the right of the program list. You can switch from PC DOS Shell to any program listed in the Active Task List, or switch between programs.
  3138.  
  3139. To turn on task swapping and display the Active Task List:
  3140.  
  3141.  - From the Options menu, choose Enable Task Swapper.
  3142.    A mark appears next to the command name. The Active 
  3143.    Task List appears to the right of the program list.
  3144.  
  3145. There are two ways to start programs when task swapping is on. You can:
  3146.  
  3147.   * Start the program and display it.
  3148.  
  3149.   * Start the program and stay in PC DOS Shell. You
  3150.     might use this if you wanted to start several
  3151.     programs in PC DOS Shell before using them.
  3152.  
  3153. NOTE: You should not run 3270 emulator programs with Task Swapper. Using them with Task Swapper may disconnect you from your mainframe and cause data to be lost.
  3154.  
  3155. To start a program and display it:
  3156.  
  3157.  - Start the program just as you always do.
  3158.    The program window appears. PC DOS Shell
  3159.    automatically adds it to the Active Task List.
  3160.  
  3161.  
  3162. To start a program and stay in PC DOS Shell:
  3163.  
  3164.  - Hold down the SHIFT key and double-click the program
  3165.    filename or associated file.
  3166.  
  3167. Or
  3168.  
  3169.  - Select the program name and press SHIFT+ENTER.
  3170.    PC DOS Shell adds the program to the Active Task List.
  3171.  
  3172.  
  3173. To switch to an item in the Active Task List:
  3174.  
  3175.  - Double-click its name.
  3176.  
  3177. Or
  3178.  
  3179.  - Use the arrow keys to select its name, and then 
  3180.    press ENTER.
  3181.    The program window appears.
  3182.  
  3183.  
  3184. To return to PC DOS Shell from a program:
  3185.  
  3186.  - Press CTRL+ESC.
  3187.  
  3188. NOTE: Any programs in the Active Task List must be closed before you quit PC DOS Shell.
  3189.  
  3190. Related Topics
  3191.    " How to Use More than One Program "~$122~
  3192.    " Program List Overview "~I099~
  3193.  
  3194. Related Procedures
  3195.    " How to Use More than One Program "~$122~
  3196.    " Switching Between Programs "~I148~
  3197.    " Starting Programs "~I147~
  3198.    " Quitting PC DOS Shell "~I126~@@
  3199.  
  3200. !I148!@
  3201. Switching Between Programs
  3202.  
  3203. You can switch from PC DOS Shell to any program in the Active Task List, or switch between programs.
  3204.  
  3205. To                                  Do this
  3206. --                                  -------
  3207. Switch to PC DOS Shell from a       Press CTRL+ESC.
  3208. program
  3209.  
  3210. Switch to a program from            Choose it from the 
  3211. PC DOS Shell                        Active Task List.
  3212.  
  3213. Switch to another program           Hold down the ALT key
  3214. by cycling through the              while you repeatedly
  3215. programs                            press TAB until you come
  3216.                                     to the program you want.
  3217.  
  3218. Switch between two programs         Press ALT+TAB.
  3219.  
  3220. Switch to the next program          Press ALT+ESC.
  3221.  
  3222. Switch to the previous              Press SHIFT+ALT+ESC.
  3223. program.
  3224.  
  3225. Cycle through the programs          Hold down the SHIFT key
  3226. backwards                           and the ALT key while
  3227.                                     you repeatedly press TAB
  3228.                                     until you come to the
  3229.                                     program you want.
  3230.  
  3231. Use an application shortcut         Press CTRL+letter,
  3232. key you defined. You can create     ALT+letter,
  3233. these shortcut key combinations     or SHIFT+letter.
  3234. in the Add Program dialog box.
  3235.  
  3236. Related Topic
  3237.    " How to Use More than One Program "~$122~
  3238.  
  3239. Related Procedures
  3240.    " How to Use More than One Program "~$122~
  3241.    " Using Task Swapping and the Active Task List "~I152~
  3242.    " Starting Programs "~I147~
  3243.    " Quitting PC DOS Shell "~I126~@@
  3244.  
  3245. !I149!@
  3246. Viewing File Contents
  3247.  
  3248. You can view the contents of a file in ASCII (character) or hexadecimal (numeric) format.
  3249.  
  3250. NOTE: The View File Contents command is not an editing tool.
  3251.  
  3252. To view the contents of a file:
  3253.  
  3254. 1. Select the file you want to view.
  3255. 2. From the File menu, choose View File Contents,
  3256.    or press F9.
  3257.  
  3258.  
  3259. To scroll through a file by using a mouse:
  3260.  
  3261.  - At the top of the window, click the words "PgUp" or
  3262.    "PgDn" or the arrows.
  3263.  
  3264.  
  3265. To scroll through a file by using the keyboard:
  3266.  
  3267.  - Press the PAGE UP, PAGE DOWN, UP ARROW, or DOWN ARROW
  3268.    keys.
  3269.  
  3270.  
  3271. To switch the screen display between ASCII and hexadecimal:
  3272.  
  3273.  - From the Display menu, choose either ASCII or Hex, or
  3274.    press F9.
  3275.  
  3276.  
  3277. To display the file list:
  3278.  
  3279.  - From the View menu, choose Restore View, or press ESC.@@
  3280.  
  3281. !I150!@
  3282. Working with a Mouse
  3283.  
  3284. The mouse pointer displayed on your screen moves as you roll the mouse across your desk. To perform a task by using a mouse, you point to what you want and then click, double-click, or drag. These terms mean the following:
  3285.  
  3286. Term            Action
  3287. ----            ------
  3288. Point           Move the mouse pointer to a specific place
  3289.                 on your screen by sliding the mouse.
  3290.  
  3291. Click           Press and release the left mouse button.
  3292.                 "Click" implies that you first point to what
  3293.                 you want and then press the mouse button.
  3294.  
  3295. Double-click    Quickly press the left mouse button twice in
  3296.                 succession. "Double-click" implies that you
  3297.                 first point to what you want and then press
  3298.                 the mouse button twice rapidly.
  3299.  
  3300. Drag            Move the mouse pointer to the object you
  3301.                 want, press and hold down the left mouse
  3302.                 button and slide the mouse to another
  3303.                 location, and then release the mouse button.
  3304.                 For example, you can move a file by dragging
  3305.                 its filename to a different directory name.@@
  3306.  
  3307. !I153!!H!@
  3308. Using Help
  3309.  
  3310. Viewing Help Topics
  3311. -------------------
  3312. You can use the following to scroll more Help information into view:
  3313.  
  3314.     * The PAGE UP and PAGE DOWN keys
  3315.  
  3316.     * The arrow keys
  3317.  
  3318.     * The scroll bar to the right of the dialog box
  3319.  
  3320. Help displays related topics in a different color.
  3321.  
  3322. To view a related topic:
  3323.  
  3324.  - Press TAB to select the topic you want, and then press
  3325.    ENTER. You can also click the topic name.
  3326.  
  3327.  
  3328. To move to the previous topic:
  3329.  
  3330.  - Press SHIFT+TAB.
  3331.  
  3332.  
  3333. To close a Help window:
  3334.  
  3335.  - Press ESC, or press TAB to select the OK button and
  3336.    then press ENTER. You can also click the OK button.
  3337.  
  3338. Getting Instant Help
  3339. --------------------
  3340. To get instant Help on a menu, command, dialog box
  3341. option, or an area of the PC DOS Shell window:
  3342.  
  3343.  -  Select the item and press F1.
  3344.  
  3345.  
  3346. To get instant Help on a dialog box or a message
  3347. displayed on your screen:
  3348.  
  3349.  - Press TAB to select the Help button, and then press F1
  3350.    or ENTER. You can also click the Help button.
  3351.  
  3352. Using the Help Index
  3353. --------------------
  3354. To view an index of Help topics:
  3355.  
  3356.  - From the Help menu, choose Index.
  3357.  
  3358.  
  3359. To view the Help index from a Help window:
  3360.  
  3361.  - Press TAB to select the Index button and then press
  3362.    ENTER. You can also click the Index button.
  3363.  
  3364.  
  3365. To move to the previous Help button:
  3366.  - Press SHIFT+TAB.
  3367.  
  3368.  
  3369. More on Help
  3370. ------------
  3371. For more information about PC DOS Shell Help, choose the Using Help command from the Help menu.@@
  3372.  
  3373. !K!@
  3374. Keyboard Help
  3375.  
  3376. To see a topic:
  3377.  
  3378.  - Double-click the topic.
  3379.  
  3380. Or
  3381.  
  3382.  - Press TAB to select the topic you want, and then press ENTER.
  3383.  
  3384.    " General PC DOS Shell Keys "~K101~
  3385.    " Movement Keys "~K102~
  3386.    " Help Keys "~K109~
  3387.    " Active Task List Keys "~K103~
  3388.    " Program List Keys "~K104~
  3389.    " File List Keys "~K105~
  3390.    " File Selection Keys "~K106~
  3391.    " Directory Tree Keys "~K107~
  3392.    " Drive Selection Keys "~K108~@@
  3393.  
  3394. !K101!@
  3395. General PC DOS Shell Keys
  3396.  
  3397. Use the following keys when working with PC DOS Shell:
  3398.  
  3399. Press this key    To
  3400. --------------    --
  3401. ENTER             Carry out a command or operation.
  3402.  
  3403. ESC               Cancel the current command or
  3404.                   operation.
  3405.  
  3406. F1                Display Help information on the
  3407.                   selected area, command, or dialog
  3408.                   box option.
  3409.  
  3410. F3 or             Quit PC DOS Shell and go to the
  3411. ALT+F4            PC DOS command prompt.
  3412.  
  3413. SHIFT+F5          Redraw the screen. Equivalent to the
  3414.                   Repaint Screen command. It does not
  3415.                   update the list of files.
  3416.  
  3417. SHIFT+F9          Save PC DOS Shell in memory and go to
  3418.                   the PC DOS command prompt.@@
  3419.  
  3420. !K102!@
  3421. Movement Keys
  3422.  
  3423. Use the following keys to move around the PC DOS Shell window:
  3424.  
  3425. Press this key   To
  3426. --------------   --
  3427. F10              Select the menu bar at the top of
  3428. or ALT           the window.
  3429.  
  3430. TAB              Move to the next area of the PC DOS Shell
  3431.                  window or dialog box.
  3432.  
  3433. SHIFT+TAB        Move to the previous area of the PC DOS
  3434.                  Shell window or dialog box.
  3435.  
  3436. HOME             Move to the beginning of a line or
  3437.                  a list.
  3438.  
  3439. END              Move to the end of a line or a list.
  3440.  
  3441. CTRL+HOME        Move to the beginning of a list.
  3442.  
  3443. CTRL+END         Move to the end of a list.
  3444.  
  3445. PAGE UP          Scroll to the previous window of
  3446.                  information.
  3447.  
  3448. PAGE DOWN        Scroll to the next window of
  3449.                  information.
  3450.  
  3451. UP ARROW or      Scroll up and down in a list,
  3452. DOWN ARROW       line by line.
  3453.  
  3454. Letter key       Move to the next item in a list
  3455.                  that begins with that letter.@@
  3456.  
  3457. !K103!@
  3458. Active Task List Keys
  3459.  
  3460. You must turn on task swapping before you can use the following keys:
  3461.  
  3462. Press this key        To
  3463. --------------        --
  3464. SHIFT+ENTER           Start a program and add it to the
  3465.                       Active Task List without leaving
  3466.                       PC DOS Shell.
  3467.  
  3468. CTRL+ESC              Go to PC DOS Shell from a program.
  3469.  
  3470. Hold down the ALT     Go to another program by cycling
  3471. key and repeatedly    through the programs.
  3472. press TAB until you
  3473. come to the program
  3474. you want.
  3475.  
  3476. ALT+TAB               Switch between two programs.
  3477.  
  3478. ALT+ESC               Go to the next program.
  3479.  
  3480. SHIFT+ALT+ESC         Go to the previous program.
  3481.  
  3482. Hold down             Cycle backwards through the programs.
  3483. SHIFT+ALT+TAB
  3484.  
  3485. CTRL+letter,          Switch to a program. You can create
  3486. ALT+letter,           these application shortcut key
  3487. SHIFT+letter,         combinations in the Add Program
  3488. ALT+CTRL+letter,      dialog box.
  3489. SHIFT+CTRL+letter,
  3490. or SHIFT+ALT+letter@@
  3491.  
  3492. !K104!@
  3493. Program List Keys
  3494.  
  3495. Use the following keys when working in the program list:
  3496.  
  3497. Press this key          To
  3498. --------------          --
  3499. F2                      Copy programs in the program list
  3500.                         by using the Copy command.
  3501.  
  3502. DEL                     Delete the selected program item or
  3503.                         group.
  3504.  
  3505.  
  3506. If task swapping is on, you can use the following keys:
  3507.  
  3508. Press this key          To
  3509. --------------          --
  3510. SHIFT+ENTER             Add the selected program item to the
  3511.                         Active Task List without switching
  3512.                         to the program.
  3513.  
  3514. SHIFT+CTRL+ENTER        Add the selected program item to the
  3515.                         Active Task List without switching
  3516.                         to the program. When you switch to
  3517.                         it, the program automatically opens
  3518.                         the file specified in the Properties
  3519.                         dialog box.@@
  3520.  
  3521. !K105!@
  3522. File List Keys
  3523.  
  3524. Use the following keys when working in the file list:
  3525.  
  3526. Press this key      To
  3527. --------------      --
  3528. F5                  Update the Directory Tree and file
  3529.                     list. F5 is equivalent to the Refresh
  3530.                     command on the View menu.
  3531.  
  3532. CTRL+F5             Update the file list for the current
  3533.                     directory.
  3534.  
  3535. F7                  Move the selected file or files from
  3536.                     one directory to another. F7 is
  3537.                     equivalent to the Move command.
  3538.  
  3539. F8                  Copy the selected file or files
  3540.                     from one directory to another. F8 is
  3541.                     equivalent to the Copy command.
  3542.  
  3543. F9                  Display the contents of a file. F9
  3544.                     is equivalent to the View File Contents 
  3545.                     command.
  3546.  
  3547. DEL                 Delete the selected file or files.
  3548.  
  3549.  
  3550. When viewing the
  3551. contents of a file,  
  3552. press this key      To
  3553. ----------------    --
  3554. F9                  Switch between ASCII and hexadecimal
  3555.                     display.
  3556.  
  3557.  
  3558. If task swapping is on, you can use the following keys:
  3559.  
  3560. Press this key      To
  3561. --------------      --
  3562. SHIFT+ENTER         Add the program to the Active Task
  3563.                     List without switching to the
  3564.                     program.@@
  3565.  
  3566. !K106!@
  3567. File Selection Keys
  3568.  
  3569. Use the following keys to select items in the file list:
  3570.  
  3571. Press this key     To
  3572. --------------     --
  3573. SHIFT+F8           Turn Add mode on or off. You can turn
  3574.                    Add mode on to select nonconsecutive
  3575.                    items from the file list. When Add mode
  3576.                    is on, the word "ADD" is displayed in the
  3577.                    lower-right corner of the PC DOS Shell 
  3578.                    window.
  3579.  
  3580. SHIFT+UP ARROW     Add the previous file in the file
  3581.                    list to the selection.
  3582.  
  3583. SHIFT+DOWN ARROW   Add the next file in the file list to
  3584.                    the selection.
  3585.  
  3586. SHIFT+PAGE UP      Add files in the previous window's
  3587.                    file list to the selection.
  3588.  
  3589. SHIFT+PAGE DOWN    Add files in the next window's file
  3590.                    list to the selection.
  3591.  
  3592. CTRL+/             Select all files in the list.
  3593.  
  3594. CTRL+\             Cancel the file selection in the
  3595.                    list.
  3596.  
  3597. In Add mode,
  3598. press this key     To
  3599. --------------     --
  3600. SHIFT+SPACEBAR     Select the group of files between the
  3601.                    previously selected file and the cursor.
  3602.  
  3603. SPACEBAR           Add the file at the cursor location to
  3604.                    the selection.@@
  3605.  
  3606. !K107!@
  3607. Directory Tree Keys
  3608.  
  3609. Use the following keys when working in the Directory Tree:
  3610.  
  3611. Press this key     To
  3612. --------------     --
  3613. UP ARROW or        Move the cursor up or down to the
  3614. DOWN ARROW         next directory.
  3615.  
  3616. CTRL+ASTERISK (*)  Display all directories in the tree.
  3617.  
  3618. MINUS (-)          Hide the subdirectories in the
  3619.                    selected directory.
  3620.  
  3621. PLUS (+)           Display one level of subdirectories
  3622.                    in the selected directory.
  3623.  
  3624. ASTERISK (*)       Display all subdirectories in the
  3625.                    selected directory.@@
  3626.  
  3627. !K108!@
  3628. Drive Selection Keys
  3629.  
  3630. Use the following keys to select a drive in the file list:
  3631.  
  3632. Press this key   To
  3633. --------------   --
  3634. SPACEBAR         Display the directories on the
  3635.                  selected drive.
  3636.  
  3637. CTRL+drive       Move the cursor to the drive,
  3638. letter           read the drive, and display its
  3639.                  directories. This shortcut key is
  3640.                  equivalent to selecting the drive
  3641.                  letter and pressing the SPACEBAR.
  3642.  
  3643. ENTER            Read the currently selected drive
  3644.                  and display its contents.
  3645.  
  3646. F5               Update the Directory Tree and file
  3647.                  list. F5 is equivalent to the Refresh
  3648.                  command on the View menu.
  3649.  
  3650. CTRL+F5          Update the file list for the current
  3651.                  directory.@@
  3652.  
  3653. !K109!@
  3654. Help Keys
  3655.  
  3656. Use the following keys when viewing Help text:
  3657.  
  3658. Press this key   To
  3659. --------------   --
  3660. ENTER            Carry out a command or operation or
  3661.                  display the selected topic.
  3662.  
  3663. ESC              Close the current Help window.
  3664.  
  3665. F1               Display information on how to use Help.
  3666.  
  3667. TAB              Move to the next Help button; within a
  3668.                  topic, move to the next topic title.
  3669.  
  3670. SHIFT+TAB        Move to the previous Help button or
  3671.                  previous related topic title.
  3672.  
  3673. PAGE UP          Scroll to the previous window of
  3674.                  information.
  3675.  
  3676. PAGE DOWN        Scroll to the next window of
  3677.                  information.
  3678.  
  3679. UP ARROW or      Scroll up and down in a list,
  3680. DOWN ARROW       line by line.@@
  3681.  
  3682. !B!@
  3683. PC DOS Shell Basics
  3684.  
  3685. PC DOS Shell Basics explains the basics of using PC DOS Shell, a graphical environment that helps you organize and work with files and directories.
  3686.  
  3687. This Help information assumes you are familiar with basic PC DOS concepts such as files, directories, and paths. If you are new to PC DOS, first see Part 1, "PC DOS Fundamentals," in the User's Guide.
  3688.  
  3689. To see a topic:
  3690.  
  3691.  - Double-click the topic.
  3692.  
  3693. Or
  3694.  
  3695.  - Press TAB to select the topic, and then press ENTER.
  3696.  
  3697. The following topics get you started using PC DOS Shell:
  3698.  
  3699.    " Welcome to PC DOS Shell "~$100~
  3700.    " Menus and Commands "~$103~
  3701.    " Dialog Boxes "~$105~
  3702.    " File List and Program List "~$114~
  3703.    " File List Overview "~1N~
  3704.    " Program List Overview "~I099~
  3705.    " How to Leave PC DOS Shell "~$125~
  3706.  
  3707. To see step-by-step instructions for how to complete a task described in a topic, choose the related procedure at the bottom of the topic.@@
  3708.  
  3709. !$100!@
  3710. Welcome to PC DOS Shell
  3711.  
  3712. PC DOS Shell helps you see the organization of your files and programs at a glance.
  3713.  
  3714.   * Organize Files Graphically
  3715.     You can easily see where your files are located and
  3716.     see information about them.
  3717.  
  3718.   * Organize Programs Graphically
  3719.     You can organize programs into groups that make the
  3720.     programs easier to find and use.
  3721.  
  3722.   * Work with Files and Programs Graphically
  3723.     Instead of typing commands and parameters at the command
  3724.     prompt, you can choose commands from menus and specify
  3725.     options in dialog boxes.
  3726.  
  3727.  
  3728. When you first start PC DOS Shell, you see a window with a list of the files on the current drive and a list of programs available to you. For more information about these lists, see "File List and Program List."
  3729.  
  3730. The parts of the PC DOS Shell window include the following:
  3731.  
  3732.   * The title bar displays the name PC DOS Shell at
  3733.     the top of your screen.
  3734.  
  3735.   * The menu bar lists the names of the available
  3736.     menus. When you select a menu, it displays a list
  3737.     of commands you can choose from.
  3738.  
  3739.   * Drive letters indicate which drives are currently
  3740.     available.
  3741.  
  3742.   * The window title displays the name of the current
  3743.     directory, group name, the Directory Tree, or the
  3744.     Active Task List.
  3745.  
  3746.   * The selection cursor shows what is selected in the
  3747.     list.
  3748.  
  3749.   * Scroll bars let you move part of a list into view
  3750.     when the whole list isn't visible at once.
  3751.  
  3752.   * The status bar displays messages and the current 
  3753.     time at the bottom of the screen.
  3754.  
  3755. You can choose from a variety of color combinations and screen modes for displaying PC DOS Shell windows.
  3756.  
  3757. Related Procedures
  3758.    " Changing Colors "~I106~
  3759.    " Changing the Screen Display "~I154~
  3760.  
  3761. Next topic:
  3762.    " Scroll Bars "~$113~@@
  3763.  
  3764. !$113!@
  3765. Scroll Bars
  3766.  
  3767. Some areas of the PC DOS Shell window and dialog boxes contain scroll bars you can use to view text that requires more than the available space.
  3768.  
  3769. To scroll           Do this
  3770. ---------           -------
  3771. Line by line        Click one of the scroll arrows.
  3772.                     Or, press the UP ARROW or DOWN ARROW
  3773.                     key.
  3774.  
  3775. Continuously        Point to one of the scroll arrows
  3776.                     and hold down the mouse button
  3777.                     until the information you want
  3778.                     comes into view. Or, hold down
  3779.                     the UP ARROW or DOWN ARROW key.
  3780.  
  3781. Quickly             Drag the scroll box up or down the
  3782.                     scroll bar to the position you
  3783.                     want. The section of the text or
  3784.                     list that comes into view depends
  3785.                     on the position of the scroll box.
  3786.                     For example, if you move the scroll
  3787.                     box halfway down the scroll bar,
  3788.                     the text halfway through a file
  3789.                     or list appears. You can also press the
  3790.                     PAGE DOWN or PAGE UP key.
  3791.  
  3792. Next topic:
  3793.    " Menus and Commands "~$103~@@
  3794.  
  3795. !$103!@
  3796. Menus and Commands
  3797.  
  3798. Commands represent actions that you can tell PC DOS Shell to carry out. PC DOS Shell lists commands in menus. The menus vary depending on whether the selected PC DOS Shell window  is displaying directories and files or groups and program items.
  3799.  
  3800. Selecting Menus
  3801. ---------------
  3802. Selecting the menu is the first step in choosing a command. You can also select a menu to:
  3803.  
  3804.   * See its commands.
  3805.  
  3806.   * Get Help on the selected menu by pressing the F1 key.
  3807.  
  3808. When you want to close a menu without choosing a command, press ESC.
  3809.  
  3810. Choosing Commands
  3811. -----------------
  3812. Some commands perform tasks directly; others require more information. No matter which menu or command you want to use, you follow the same procedure: first select the menu and then choose the command.
  3813.  
  3814. Some command names have symbols and letters next to them and sometimes command names are dimmed.
  3815.  
  3816. When you see this    It means
  3817. -----------------    --------
  3818. Dimmed command       The command is not available at
  3819.                      this time. You might need to select
  3820.                      something before you can use the
  3821.                      command, or it might not be avail-
  3822.                      able for the task you are currently
  3823.                      performing.
  3824.  
  3825. Mark                 The command is active. Used for
  3826.                      a command that turns a feature either
  3827.                      on or off.
  3828.  
  3829. Key combination      You can use this as a shortcut to
  3830.                      choose the command without first
  3831.                      displaying the menu.
  3832.  
  3833. Ellipsis (...)       A dialog box will appear when the
  3834.                      command is chosen, requesting
  3835.                      information needed to carry out the
  3836.                      command.
  3837.  
  3838. Related Procedures
  3839.    " Selecting and Canceling Menus "~I142~
  3840.    " Choosing Commands "~I110~
  3841.  
  3842. Next topic:
  3843.    " Dialog Boxes "~$105~@@
  3844.  
  3845. !$105!@
  3846. Dialog Boxes
  3847.  
  3848. Instead of remembering the exact parameters and other information needed to carry out commands from the command-line, you can fill out dialog boxes which display all the options. There are several ways to specify information in dialog boxes.
  3849.  
  3850. The following are the types of options you will see:
  3851.  
  3852. With this            You can
  3853. ---------            -------
  3854. Check box            Select as many of the boxes as you
  3855.                      like. A selected check box contains
  3856.                      an X.
  3857.  
  3858. List box             Select one from the list of choices.
  3859.                      You can use the scroll bars to see
  3860.                      choices that aren't visible.
  3861.  
  3862. Option button        Select one from the group of small
  3863.                      round buttons. You can only select
  3864.                      one option at a time. The selected
  3865.                      option button contains a dot.
  3866.  
  3867. Text box             Type text in a box with a cursor in it.
  3868.  
  3869. After you supply the information, you choose the OK button to carry out the command.
  3870.  
  3871. To close a dialog box without carrying out the command:
  3872.  - Press ESC or choose the Cancel button.
  3873.  
  3874. You can also get Help on the dialog box by choosing the Help button.
  3875.  
  3876. Related Procedures
  3877.    " Using Dialog Box Options "~I143~
  3878.    " Scrolling Through Lists "~I138~
  3879.    " Choosing Command Buttons "~I109~
  3880.  
  3881. Next topic:
  3882.    " File List and Program List "~$114~@@
  3883.  
  3884. !$114!@
  3885. File List and Program List
  3886.  
  3887. PC DOS Shell provides two basic kinds of lists:
  3888.  
  3889.   * A list of directories and files
  3890.  
  3891.   * A list of program items and groups
  3892.  
  3893. PC DOS Shell also offers you several ways to view these lists by using commands on the View menu, as follows:
  3894.  
  3895. To view                  Choose
  3896. -------                  ------
  3897. Only directories and     Single File List
  3898. files on a disk
  3899.  
  3900. Directories and files    Dual File Lists
  3901. on two disks
  3902.  
  3903. Files in a selected      All Files
  3904. drive and file
  3905. information
  3906.  
  3907. Only groups and          Program List
  3908. program items
  3909.  
  3910. Groups, program          Program/File Lists
  3911. items, directories,
  3912. and files
  3913.  
  3914. To view a particular list, choose it from the View menu. Here are some suggestions for when to view each list:
  3915.  
  3916. Use                      To
  3917. ---                      --
  3918. Single File List         Find a file in a directory.
  3919.  
  3920. Dual File Lists          Copy or move a file from one
  3921.                          directory or disk to another.
  3922.  
  3923. All Files                Compare information about files.
  3924.  
  3925. Program List             Start a program and an
  3926.                          associated file.
  3927.  
  3928. Program/File Lists       Create a new program item
  3929.                          by copying information from the
  3930.                          file list.
  3931.  
  3932. Next topic:
  3933.    " File List Overview "~1N~@@
  3934.  
  3935. !1N!!2N!!YN!@
  3936. File List Overview
  3937.  
  3938. The file list provides a convenient way to display and work with your disk drives, directories, and files. The file list displays a list of directories (called the Directory Tree) for a selected disk drive, and a list of files for a selected directory. Select a different disk drive to view its directory tree; select a different directory to view its files.
  3939.  
  3940. The menus at the top of the file list window contain commands you use when working with disks, directories, and files. You can use the file list to move, copy, delete, open, print, rename, change the attributes of, and view the contents of files. You can also create, delete, and rename directories. The command prompt is available from the file list as well.
  3941.  
  3942.  
  3943. The following topics teach you the basics of using the file list:
  3944.  
  3945.    " Disk Drives "~$116~
  3946.    " Directories "~$117~
  3947.    " File Selection "~$118~
  3948.    " File Information "~$119~
  3949.  
  3950. Related Procedures
  3951.  
  3952.    " Copying Files "~I113~
  3953.    " Deleting Files "~I117~
  3954.    " Moving Files "~I129~
  3955.    " Printing Files "~I134~
  3956.    " Renaming Files and Directories "~I136~
  3957.    " Searching for Files "~I139~
  3958.    " Viewing File Contents "~I149~
  3959.    " Viewing File, Directory, and Drive Information "~I120~
  3960.  
  3961.  
  3962. Next topic:
  3963.    " Disk Drives "~$116~@@
  3964.  
  3965. !$116!@
  3966. Disk Drives
  3967.  
  3968. When you start PC DOS Shell, the file list displays the directories and files on the disk that contains the command files for PC DOS Shell. To work with other directories and files on another drive, you need to select the drive letter. If there are several directories on the new drive, PC DOS Shell displays a "Reading Disk Information" message.
  3969.  
  3970. Related Procedure
  3971.    " Selecting Drives "~I145~
  3972.  
  3973. Next topic:
  3974.    " Directories "~$117~@@
  3975.  
  3976. !$117!@
  3977. Directories
  3978.  
  3979. In the file list, you display directories to work with the files they contain.
  3980.  
  3981. Selecting Directories
  3982. ---------------------
  3983. The current directory is the selected directory in the Directory Tree. You can select only one directory at a time in each Directory Tree window.
  3984.  
  3985. Expanding Directories
  3986. ---------------------
  3987. When you start PC DOS Shell, the Directory Tree displays only the first level of directories on the current drive.
  3988.  
  3989. A plus sign (+) to the left of a directory name indicates that one or more subdirectories exists for that directory. If you select a directory icon that includes a plus sign, PC DOS Shell displays its subdirectories. This is called "expanding" the directory. When you expand a directory, the plus sign changes to a minus sign (-).
  3990.  
  3991. You can also use the commands on the Tree menu to control the amount of directory information displayed. You can expand an entire branch (all subdirectories in the selected directory), a single level of the branch, or all directories in the tree.
  3992.  
  3993. Collapsing Directories
  3994. ----------------------
  3995. You can "collapse" the directory to hide any currently displayed subdirectories. The minus sign (-) changes to a plus sign (+). When you start PC DOS Shell, it displays the directories in the root directory.
  3996.  
  3997. Related Procedures
  3998.    " Selecting Directories "~I144~
  3999.    " Expanding Directories "~I127~
  4000.    " Collapsing Directories "~I112~
  4001.  
  4002. Next topic: " File Selection "~$118~@@
  4003.  
  4004.  
  4005. !$118!@
  4006. File Selection
  4007.  
  4008. Before you can work with a file in the file list, you must select it. PC DOS Shell indicates that a file is selected by highlighting its name in the list.
  4009.  
  4010. Within a directory, you can select more than one file at a time. This is called "extending" the selection. For example, you can select several files and copy them to another directory. You can select files that are:
  4011.  
  4012.   * In consecutive order
  4013.  
  4014.   * Scattered throughout the directory
  4015.  
  4016.   * In more than one directory
  4017.  
  4018. You can always cancel a selection or all selections.
  4019.  
  4020. Related Topic
  4021.    " Searching for Files "~I139~
  4022.  
  4023. Related Procedures
  4024.    " Selecting Files "~I146~
  4025.    " Selecting Across Directories "~I140~
  4026.    " Selecting All Files in a Directory "~I141~
  4027.  
  4028. Next topic: " File Information "~$119~@@
  4029.  
  4030. !$119!@
  4031. File Information
  4032.  
  4033. You can control how PC DOS Shell displays information about files by using the File Display Options command on the Options menu. When you start PC DOS Shell, the file list displays all the files in the current directory except hidden and system files. The files are listed alphabetically by name from A to Z. You can do the following:
  4034.  
  4035.   * Change the type of file displayed; for example, you
  4036.     can display only files that end with .TXT.
  4037.  
  4038.   * Display hidden and system files.
  4039.  
  4040.   * Sort alphabetically by filename or by extension,
  4041.     by date, by size, or by the order the files are
  4042.     placed on the disk.
  4043.  
  4044.   * Reverse the alphabetical or numerical order that 
  4045.     PC DOS Shell uses to sort by filename and extension 
  4046.     or by date.
  4047.  
  4048. Related Procedure
  4049.    " Viewing File, Directory, and Drive Information "~I120~
  4050.  
  4051. Next topic:
  4052.    " Program List Overview "~I099~@@
  4053.  
  4054. !I099!@
  4055. Program List Overview
  4056.  
  4057. The program list provides a convenient way to display and group program items so they're easy to locate and start. The list that PC DOS Shell displays when you first use the program list is called the "Main" group. The program list also comes with a group called "Disk Utilities" that contains an assortment of program items that run PC DOS commands.
  4058.  
  4059. The menus at the top of the program list window contain commands for working with program items and groups. You can add, delete, organize, and modify groups and programs in the list by using commands on the File menu.
  4060.  
  4061. Related Procedures
  4062.    " Displaying the Program List "~I162~
  4063.    " Opening Program Groups "~I123~
  4064.  
  4065. Next topic:
  4066.    " Program Groups and Program Items "~$140~@@
  4067.  
  4068. !TN!@
  4069. Active Task List Overview
  4070.  
  4071. When task swapping is turned on, the Active Task List displays a list of the programs you started. You use the Active Task List to move from one program to another. For example, you can go from your database program to your spreadsheet, and then to your text editor, without having to quit one program and start another.
  4072.  
  4073. When you quit a program, it is deleted from the Active Task List.
  4074.  
  4075. CAUTION: You should not run 3270 emulator programs with Task Swapper turned on. Using them with Task Swapper may disconnect you from your mainframe and cause data to be lost.
  4076.  
  4077. Related Procedures
  4078.    " Using Task Swapping and the Active Task List "~I152~
  4079.    " Switching Between Programs "~I148~@@
  4080.  
  4081. !$140!@
  4082. Program Groups and Program Items
  4083.  
  4084. A "group" is a name given to a collection of program items. Groups can also contain other program groups.
  4085.  
  4086. A "program item" contains startup instructions for a program. It's not the program file.
  4087.  
  4088. Groups can be distinguished from program items by either a different icon (to the left of the group name in graphics mode) or by brackets (surrounding the group name in text mode).
  4089.  
  4090. You can add groups and program items to and delete them from the program list, as well as change their properties. You can also copy program items to groups.
  4091.  
  4092. The program list comes with the following program items organized by group.
  4093.  
  4094. MAIN GROUP
  4095.  
  4096. Choose this
  4097. program item        To
  4098. ------------        --
  4099. Command Prompt      Use the PC DOS command prompt.
  4100.  
  4101. PC DOS E Editor     Edit files such as batch programs.
  4102.  
  4103.  
  4104. DISK UTILITIES GROUP
  4105.  
  4106. Choose this
  4107. program item        To
  4108. ------------        --
  4109. Disk Copy           Copy the files on a disk to another
  4110.                     disk.
  4111.  
  4112. Backup Fixed Disk   Make backup copies of files on your hard
  4113.                     drive.
  4114.  
  4115. Restore Fixed Disk  Restore files that were backed up.
  4116.  
  4117. Quick Format        Format a disk to accept PC DOS files.
  4118.  
  4119. Format              Format a disk to accept PC DOS files.
  4120.  
  4121. Undelete            Restore deleted files.
  4122.  
  4123. Related Procedures:
  4124.    " Backing Up Files "~I165~
  4125.    " Copying Files "~I113~
  4126.    " Formatting Floppy Disks "~I164~
  4127.    " Restoring Backed Up Files "~I166~
  4128.    " Restoring Deleted Files "~I155~
  4129.    " Using the Command Prompt "~I124~
  4130.  
  4131. For more information on PC DOS E Editor, see the User's Guide. 
  4132.  
  4133. Next topic:
  4134.    " How to Start Programs "~$121~@@
  4135.  
  4136. !$121!@
  4137. How to Start Programs
  4138.  
  4139. PC DOS Shell offers several ways to start a program:
  4140.  
  4141.   * From the file list, choose a program file or a file
  4142.     associated with it. You can also select the program file
  4143.     and, from the File menu, choose Open. When you quit the
  4144.     program, you will return to PC DOS Shell.
  4145.  
  4146.   * From the File menu, choose Run. You type the name of
  4147.     the program file and any parameters and switches in the
  4148.     dialog box, and then press ENTER. When you quit the
  4149.     program, you will return to PC DOS Shell.
  4150.  
  4151.   * From the program list, choose a program item. This is
  4152.     the easiest way to start programs you use frequently or
  4153.     programs in different directories. When you quit the
  4154.     program, you will return to PC DOS Shell.
  4155.  
  4156.   * From the Main group, choose Command Prompt. You type the
  4157.     name of the program file and any parameters and switches
  4158.     on the command line, and then press ENTER. When you quit
  4159.     the program, you must type EXIT to return to PC DOS
  4160.     Shell.
  4161.  
  4162. If you                             Start it by using
  4163. ------                             -----------------
  4164. Use the program frequently         The program list
  4165.  
  4166. Know the path                      The Run command or the
  4167.                                    file list
  4168.  
  4169. Do not know the path               The file list
  4170.  
  4171. Want to temporarily leave          The Command Prompt
  4172. PC DOS Shell                       program item in the
  4173.                                    Main group
  4174.  
  4175.  
  4176. Related Procedure
  4177.    " Starting Programs "~I147~
  4178.  
  4179. Next topic:
  4180.    " How to Use More than One Program "~$122~@@
  4181.  
  4182. !$122!@
  4183. How to Use More than One Program
  4184.  
  4185. You can start several programs and move from one to another. For example, you can go from your database program to your spreadsheet, and then to your text editor, without having to quit one program and start another.
  4186.  
  4187. When you choose the Enable Task Swapper command, each program you start is added to the Active Task List. You use the Active Task List to move from one program to another.
  4188.  
  4189. When you quit a program, it is deleted from the Active Task List.
  4190.  
  4191. CAUTION: You should not run 3270 emulator programs with Task Swapper turned on. Using them with Task Swapper may disconnect you from your mainframe and cause data to be lost.
  4192.  
  4193. Related Procedures
  4194.    " Using Task Swapping and the Active Task List "~I152~
  4195.    " Switching Between Programs "~I148~
  4196.  
  4197. Next topic:
  4198.    " Associated Files "~$123~@@
  4199.  
  4200. !$123!@
  4201. Associated Files
  4202.  
  4203. If you have a set of files that you often use with a particular program, you can save time by associating files with the program. Then, when you choose a file, the program starts and automatically loads the file.
  4204.  
  4205. For example, you could associate all .TXT files with your text editor. Then, whenever you opened any .TXT file, PC DOS Shell would automatically start your text editor and load the .TXT file.
  4206.  
  4207. You can also associate files without an extension with a program file. Note that every file without an extension will be associated with the selected program file.
  4208.  
  4209. When associating multiple extensions, you can type up to 79 characters in the dialog box. However, you can only associate an extension with one program at a time. For example, you can't associate the extension .TXT with two different text editors at the same time.
  4210.  
  4211. You can also cancel the association between a file and a program.
  4212.  
  4213. There may be times when you need to use an already associated file with a different program. You can use the Run command to do this.
  4214.  
  4215. Related Procedures
  4216.    " Associating Files with a Program "~I105~
  4217.    " Starting Programs "~I147~
  4218.  
  4219. Next topic:
  4220.    " How to Leave PC DOS Shell "~$125~@@
  4221.  
  4222. !$125!@
  4223. How to Leave PC DOS Shell
  4224.  
  4225. There are two ways to leave PC DOS Shell and move to the PC DOS command prompt. You can do the following:
  4226.  
  4227.   * Leave PC DOS Shell temporarily, work on the PC DOS
  4228.     command line while PC DOS Shell is still running
  4229.     in memory, and return to PC DOS Shell when you are
  4230.     finished.
  4231.  
  4232.   * Quit PC DOS Shell and remove it from memory.
  4233.  
  4234. Related Procedures
  4235.    " Using the Command Prompt "~I124~
  4236.    " Quitting PC DOS Shell "~I126~
  4237.  
  4238. That's it for the PC DOS Shell Basics. Choose Using Help from the Help menu to learn more about the Help system.@@
  4239.  
  4240. !R100!@
  4241. Basic Procedures
  4242.  
  4243. Using the Mouse
  4244.    " Working with a Mouse "~I150~
  4245.  
  4246. Moving
  4247.    " Selecting Windows "~I128~
  4248.  
  4249. Using Menus and Commands
  4250.    " Selecting and Canceling Menus "~I142~
  4251.    " Choosing Commands "~I110~
  4252.    " Using Dialog Box Options "~I143~
  4253.    " Scrolling Through Lists "~I138~
  4254.    " Choosing Command Buttons "~I109~@@
  4255.  
  4256. !R101!@
  4257. File List Procedures
  4258.  
  4259. The following are procedures you use when working in the file list:
  4260.  
  4261. Displaying File Lists
  4262. ---------------------
  4263.    " Displaying a List of Files in a Directory "~I119~
  4264.    " Displaying Two File Lists "~I121~
  4265.    " Displaying a List of All Files "~I118~
  4266.    " Displaying the File List and the Program List "~I125~
  4267.    " Selecting Windows "~I128~
  4268.    " Updating the Lists "~I161~
  4269.  
  4270. Working with the Directory Tree
  4271. -------------------------------
  4272.    " Selecting Drives "~I145~
  4273.    " Viewing File, Directory, and Drive Information "~I120~
  4274.    " Selecting Directories "~I144~
  4275.    " Expanding Directories "~I127~
  4276.    " Collapsing Directories "~I112~
  4277.    " Changing the File Display Order "~I132~
  4278.    " Selecting Files "~I146~
  4279.    " Selecting Files Across Directories "~I140~
  4280.    " Selecting All Files in a Directory "~I141~
  4281.    " Searching for Files "~I139~
  4282.  
  4283. Working with Files and Directories
  4284. ----------------------------------
  4285.    " Creating Directories "~I115~
  4286.    " Copying Files "~I113~
  4287.    " Moving Files "~I129~
  4288.    " Deleting Files and Directories "~I117~
  4289.    " Restoring Deleted Files "~I155~
  4290.    " Renaming Files and Directories "~I136~
  4291.    " Viewing File Contents "~I149~
  4292.    " Viewing File, Directory, and Drive Information "~I120~
  4293.    " Changing File Attributes "~I107~
  4294.    " Printing Files "~I134~
  4295.    " Associating Files with a Program "~I105~
  4296.    " Opening Files "~I131~@@
  4297.  
  4298. !R102!@
  4299. Program List Procedures
  4300.  
  4301. The following are procedures you use when working in the program list:
  4302.  
  4303. Displaying the Program List
  4304. ---------------------------
  4305.    " Displaying the Program List "~I162~
  4306.    " Displaying the File List and the Program List "~I125~
  4307.    " Selecting Windows "~I128~
  4308.  
  4309. Creating and Deleting Groups
  4310. ----------------------------
  4311.    " Opening Program Groups "~I123~
  4312.    " Adding and Changing Program Groups "~I100~
  4313.    " Deleting Program Items and Program Groups "~I116~
  4314.  
  4315. Changing the Contents of a Group
  4316. --------------------------------
  4317.    " Adding Program Items to Program Groups "~I102~
  4318.    " Copying Program Items "~I114~
  4319.    " Deleting Program Items and Program Groups "~I116~
  4320.    " Changing Program Item Properties "~I104~
  4321.    " Reordering Program Items in a Program Group "~I133~
  4322.  
  4323. Using More than One Program
  4324. ---------------------------
  4325.    " Using Task Swapping and the Active Task List "~I152~
  4326.    " Switching Between Programs"~I148~@@
  4327.  
  4328. !R103!@
  4329. Running Programs
  4330.  
  4331. The following are procedures you use when working with programs:
  4332.  
  4333.    " Starting Programs "~I147~
  4334.    " Using Task Swapping and the Active Task List "~I152~
  4335.    " Switching Between Programs "~I148~@@
  4336.  
  4337. !R104!@
  4338. Other PC DOS Shell Procedures
  4339.  
  4340. The following are some additional procedures you use with PC DOS Shell:
  4341.  
  4342.    " Using the Command Prompt "~I124~
  4343.    " Leaving PC DOS Shell "~I160~
  4344.    " Changing Colors "~I106~
  4345.    " Changing the Screen Display "~I154~
  4346.    " Repainting the Screen Display "~I135~
  4347.    " Changing Confirmation Messages "~I108~
  4348.    " Quitting PC DOS Shell "~I126~@@
  4349.  
  4350. !Q!@
  4351. Commands Help
  4352.  
  4353. Choose a topic to learn about the commands on that menu.
  4354.  
  4355. FILE LIST MENUS
  4356.    " File Menu "~I205~
  4357.    " Options Menu "~I202~
  4358.    " View Menu "~I203~
  4359.    " Tree Menu "~I204~
  4360.    " Help Menu "~I210~
  4361.  
  4362. PROGRAM LIST MENUS
  4363.    " File Menu "~I201~
  4364.    " Options Menu "~I202~
  4365.    " View Menu "~I209~
  4366.    " Help Menu "~I210~
  4367.  
  4368. VIEW SCREEN MENUS
  4369.    " Display Menu "~I207~
  4370.    " View Menu "~I208~
  4371.    " Help Menu "~I210~@@
  4372.  
  4373. !I201!@
  4374. File Menu Commands
  4375.  
  4376. Choose a topic to learn about that command.
  4377.  
  4378.    " New Command "~PMAA~
  4379.    " Open Command "~PMAB~
  4380.    " Copy Command "~PMAC~
  4381.    " Delete Command "~PMAD~
  4382.    " Properties Command "~PMAE~
  4383.    " Reorder Command "~PMAF~
  4384.    " Run Command "~PMAH~
  4385.    " Exit Command "~PMAJ~@@
  4386.  
  4387. !I202!@
  4388. Options Menu Commands
  4389.  
  4390. Choose a topic to learn about that command.
  4391.  
  4392.    " Confirmation Command "~YMDD~
  4393.    " File Display Options Command "~YMDE~
  4394.    " Select Across Directories Command "~YMDF~
  4395.    " Show Information Command "~YMDG~
  4396.    " Enable Task Swapper Command "~YMDH~
  4397.    " Display Command "~YMDI~
  4398.    " Colors Command "~YMDJ~@@
  4399.  
  4400. !I203!@
  4401. View Menu Commands
  4402.  
  4403. Choose a topic to learn about that command.
  4404.  
  4405.    " Single File List Command "~YMDK~
  4406.    " Dual File Lists Command "~YMDL~
  4407.    " All Files Command "~YMDM~
  4408.    " Program/File Lists Command "~YMDN~
  4409.    " Program List Command "~YMDO~
  4410.    " Repaint Screen Command "~YMEA~
  4411.    " Refresh Command "~YMEB~@@
  4412.  
  4413. Program List's !I209!@
  4414. View Menu Commands
  4415.  
  4416. Choose a topic to learn about that command.
  4417.  
  4418.    " Single File List Command "~YMDK~
  4419.    " Dual File Lists Command "~YMDL~
  4420.    " All Files Command "~YMDM~
  4421.    " Program/File Lists Command "~YMDN~
  4422.    " Program List Command "~YMDO~
  4423.    " Repaint Screen Command "~YMEA~@@
  4424.  
  4425. !I204!@
  4426. Tree Menu Commands
  4427.  
  4428. Choose a topic to learn about that command.
  4429.  
  4430.    " Expand One Level Command "~YMEC~
  4431.    " Expand Branch Command "~YMED~
  4432.    " Expand All Command "~YMEE~
  4433.    " Collapse Branch Command "~YMEF~@@
  4434.  
  4435. File List's !I205!@
  4436. File Menu Commands
  4437.  
  4438. Choose a topic to learn about that command.
  4439.  
  4440.    " Open Command "~1MCA~
  4441.    " Run Command "~1MCB~
  4442.    " Print Command "~1MCC~
  4443.    " Associate Command "~1MCD~
  4444.    " Search Command "~1MCE~
  4445.    " View File Contents Command "~1MCF~
  4446.    " Move Command "~1MCH~
  4447.    " Copy Command "~1MCI~
  4448.    " Delete Command "~1MCJ~
  4449.    " Rename Command "~1MCK~
  4450.    " Change Attributes Command "~1MCL~
  4451.    " Create Directory Command "~1MCN~
  4452.    " Select All Command "~1MCP~
  4453.    " Deselect All Command "~1MDA~
  4454.    " Exit Command "~1MDC~@@
  4455.  
  4456. !I207!@
  4457. Display Menu Commands
  4458.  
  4459. Choose a topic to learn about that command.
  4460.  
  4461.    " ASCII Command "~VMEO~
  4462.    " Hex Command "~VMEP~@@
  4463.  
  4464. View Screen's
  4465. !I208!@
  4466. View Menu Commands
  4467.  
  4468. Choose a topic to learn about that command.
  4469.  
  4470.    " Repaint Screen Command "~YMEA~
  4471.    " Restore View Command "~VMFB~@@
  4472.  
  4473. !I210!@
  4474. Help Menu
  4475.  
  4476. Choose a topic to learn about that command.
  4477.  
  4478.    " Index Command "~PMBI~
  4479.    " Keyboard Command "~PMBJ~
  4480.    " Shell Basics Command "~PMBK~
  4481.    " Commands Command "~PMBL~
  4482.    " Procedures Command "~PMBM~
  4483.    " Using Help Command "~PMBN~
  4484.    " About Shell Command "~PMBP~@@
  4485.  
  4486. !H106!!U!!PDZV!!1DZV!!2DZV!!YDZV!!VSZV!@
  4487. Using Help
  4488.  
  4489. PC DOS Shell Help provides a quick way to get information about basic PC DOS Shell skills, menus, commands, dialog boxes and options, and procedures. You can get quick Help for most items displayed in PC DOS Shell by pressing the F1 key. Use the Help menu to get additional information about topics such as PC DOS Shell procedures.
  4490.  
  4491. In the Help window, PC DOS Shell displays the topics you can choose in a different color.
  4492.  
  4493. To choose a Help topic:
  4494.  
  4495. - Double-click the topic.
  4496.  
  4497. Or
  4498.  
  4499. 1. Press TAB until the topic you want is selected.
  4500. 2. Press ENTER.
  4501.  
  4502. For more information about Help, choose one of the following topics below:
  4503.  
  4504.    " Requesting Help Directly "~H100~
  4505.    " Using Help Buttons "~H102~
  4506.    " Using Help Menu Commands "~H103~
  4507.    " How to Learn About PC DOS Shell "~H104~
  4508.  
  4509. Next topic:
  4510.    " Requesting Help Directly "~H100~@@
  4511.  
  4512. !H100!@
  4513. Requesting Help Directly
  4514.  
  4515. You can get Help on items PC DOS Shell displays by pressing F1.
  4516.  
  4517. To get Help on a menu, command, or dialog box option:
  4518.  
  4519. 1. Select the item you want Help on.
  4520. 2. Press F1.
  4521.    Help displays a window with information about
  4522.    the item you selected.
  4523.  
  4524. To get a description of a dialog box:
  4525.  
  4526.  - In the dialog box, choose the Help button.
  4527.  
  4528. Or
  4529.  
  4530. 1. Select the Help button.
  4531. 2. Press F1 or ENTER.
  4532.  
  4533. Next topic:
  4534.    " Using Help Buttons "~H102~@@
  4535.  
  4536. !H102!@
  4537. Using Help Buttons
  4538.  
  4539. Help displays a row of command buttons at the bottom of each Help window.
  4540.  
  4541. To                             Choose this button
  4542. --                             ------------------
  4543. Close the current              Close
  4544. Help window
  4545.  
  4546. Return to the previous topic   Back
  4547.  
  4548. See a list of PC DOS Shell     Index
  4549. Help topics
  4550.  
  4551. See a list of PC DOS Shell     Keys
  4552. shortcut keys
  4553.  
  4554. Get Help on using Help         Help
  4555.  
  4556.  
  4557. Next topic: " Using Help Menu Commands "~H103~@@
  4558.  
  4559. !H103!@
  4560. Using Help Menu Commands
  4561.  
  4562. The following list describes commands on the Help menu:
  4563.  
  4564. Index
  4565. -----
  4566. Provides a list of PC DOS Shell topics.
  4567.  
  4568. Keyboard
  4569. --------
  4570. Lists keys, key combinations and shortcut keys you use with PC DOS Shell.
  4571.  
  4572. Commands
  4573. --------
  4574. Explains all PC DOS Shell commands. This information is organized according to the menus in which the commands appear. (You can get the same information by selecting a command and pressing F1).
  4575.  
  4576. Procedures
  4577. ----------
  4578. Provides step-by-step instructions for performing tasks in PC DOS Shell.
  4579.  
  4580. Shell Basics
  4581. ------------
  4582. Provides an introduction to using PC DOS Shell.
  4583.  
  4584. Using Help
  4585. ----------
  4586. Provides an introduction to PC DOS Shell Help. This is the information you are using right now.
  4587.  
  4588. About Shell
  4589. -----------
  4590. Displays copyright and version information about PC DOS Shell.
  4591.  
  4592. Next topic: " How to Learn About PC DOS Shell "~H104~@@
  4593.  
  4594. !H104!@
  4595. How to Learn About PC DOS Shell
  4596.  
  4597. Following are several ways to learn more about PC DOS Shell:
  4598.  
  4599. If you want                        Use
  4600. -----------                        ---
  4601. Instant Help                       The F1 key
  4602.  
  4603. An introduction to PC DOS Shell    The Shell Basics command
  4604.                                    on the Help menu
  4605.  
  4606. Step-by-step instructions          The Procedures command
  4607.                                    on the Help menu@@
  4608.  
  4609. More information -- x-refs from program item and group F1 Help
  4610.  
  4611. !$129!@
  4612. More on Command Prompt
  4613.  
  4614. You can start a program by typing the exact program filename and then pressing ENTER. If the file is not in the current directory, you must precede the filename with its complete path. You can use the PC DOS directory wildcards (.. and .) to specify paths.
  4615.  
  4616. Type any parameters for the program after the program name. For example, to automatically open a file when you start your text editor, type the name of your text editor's program file followed by the name of your text file.
  4617.  
  4618. For more information on PC DOS commands and wildcards, see the User's Guide.@@
  4619.  
  4620. !$130!@
  4621. More on Editor
  4622.  
  4623. When you quit Editor, you will return to PC DOS Shell.
  4624.  
  4625. How to Edit additional files during one EDIT session:
  4626. [[drive:][path]EDIT,ED,E [d:][\path\]filename.ext       
  4627.  
  4628. Loads the file if it is not already loaded.
  4629.  
  4630. Type the EDIT command without the file specification switches
  4631. you to the next loaded file in the ring (works the same as
  4632. pressing F10. After the last file, you are returned to the first
  4633. file in the ring of loaded files.
  4634.  
  4635. TEXT MARKERS:                        MARKED TEXT OPERATORS:
  4636. ALT+L LINE mark for one line         ALT+C  Copy mark
  4637.       or paragraph                   ALT+M  Move mark
  4638. ALT+Z mark, character mode           ALT+D  Delete mark
  4639. ALT+B BLOCK mark rectangles          ALT+O  Overlay mark
  4640. ALT+U UNMARK any area                ALT+A  Adjust mark (ALT+O with fill)
  4641. ALT+W WORD mark
  4642.  
  4643. For information about using PC DOS E Editor, see the User's Guide.@@
  4644.  
  4645. !$132!@
  4646. More on Disk Copy
  4647.  
  4648. You can specify the following parameters and switches:
  4649.  
  4650. [drive1: [drive2:]] [/1] [/V]
  4651.  
  4652. drive1:   Specifies the source drive.
  4653. drive2:   Specifies the destination drive.
  4654. /1       Copies only the first side of the disk.
  4655. /V       Verifies that the copy is correct.
  4656.  
  4657. The two disks must be the same type.
  4658. You may specify the same drive for drive1 and drive2.
  4659.  
  4660. Related Procedure
  4661.    " Copying Files "~I113~
  4662.  
  4663. For more information about the parameters and switches, see the User's Guide.@@
  4664.  
  4665. !$133!@
  4666. More on Backup Fixed Disk
  4667.  
  4668. You can specify the following parameters and switches:
  4669.  
  4670. source destination-drive: [/S] [/M] [/A] [/F:[size]]
  4671.    [/D:date[/T:time]] [/L[:[drive:][path]logfile]]
  4672.  
  4673. source              Specifies the files, drive, or directory
  4674.                     to back up.
  4675. destination-drive:  Specifies the drive to save backup
  4676.                     copies onto.
  4677. /S                  Backs up contents of subdirectories.
  4678. /M                  Backs up only files that have changed
  4679.                     since the last backup.
  4680. /A                  Adds backup files to an existing backup
  4681.                     disk.
  4682. /F:[size]           Specifies the size, in kilobytes, of the
  4683.                     disk to be formatted.
  4684. /D:date             Backs up only the files changed since
  4685.                     the specified date.
  4686. /T:time             Backs up only the files changed since
  4687.                     the specified time.
  4688. /L[:[drive:][path]logfile]]
  4689.                     Creates a log entry to record backup
  4690.                     operation.
  4691.  
  4692. Related Procedure
  4693.    " Backing Up Files "~I165~
  4694.  
  4695. For more information about the parameters and switches, see the User's Guide.@@
  4696.  
  4697. !$134!@
  4698. More on Restore Fixed Disk
  4699.  
  4700. You can specify the following parameters and switches:
  4701.  
  4702. drive1: drive2:[path[filename]] [/S] [/P] [/B:date] 
  4703.    [/A:date] [/E:time] [/L:time] [/M] [/N] [/D]
  4704.  
  4705. drive1:          Specifies the drive where the backup
  4706.                  files are stored.
  4707. drive2:          Specifies the destination drive.
  4708. path[filename]   Specifies the location and/or file(s) to
  4709.                  restore.
  4710. /S               Restores files in all directories in
  4711.                  the path.
  4712. /P               Prompts before restoring read-only files
  4713.                  or files changed since the last backup.
  4714. /B               Restores only files that changed on or
  4715.                  before the specified date.
  4716. /A               Restores only files that changed on or
  4717.                  after the specified date.
  4718. /E               Restores only files last changed earlier
  4719.                  than the specified time.
  4720. /L               Restores only files last changed later
  4721.                  than the specified time.
  4722. /M               Restores only files changed since the last
  4723.                  backup.
  4724. /N               Restores only files that no longer exist on
  4725.                  the destination disk.
  4726. /D               Displays backup files that match
  4727.                  specifications.
  4728.  
  4729. Related Procedure
  4730.    " Restoring Backed Up Files "~I166~
  4731.  
  4732. For more information about the parameters and switches, see the User's Guide.@@
  4733.  
  4734. !$135!@
  4735. More on Format Disk
  4736.  
  4737. You can specify the following parameters and switches:
  4738.  
  4739. drive: [/V[:label]] [/Q] [/U] [/F:size] [/B | /S]
  4740. drive: [/V[:label]] [/Q] [/U] [/T:tracks /N:sectors]
  4741.    [/B | /S]
  4742. drive: [/V[:label]] [/Q] [/U] [/1] [/4] [/B | /S]
  4743. drive: [/Q] [/U] [/1] [/4] [/8] [/B | /S]
  4744.  
  4745. /V[:label]  Specifies the volume label.
  4746. /Q          Performs a quick format.
  4747. /U          Performs an unconditional format.
  4748. /F:size     Specifies the size of the floppy disk to format,
  4749.             in kilobytes (such as 360, 720, 1.2, 1.44).
  4750. /B          Allocates space on the formatted disk for system
  4751.             files.
  4752. /S          Copies system files to the formatted disk.
  4753. /T:tracks   Specifies the number of tracks per disk side.
  4754. /N:sectors  Specifies the number of sectors per track.
  4755. /1          Formats a single side of a floppy disk.
  4756. /4          Formats a 5.25-inch 360K floppy disk in a
  4757.             high-density drive.
  4758. /8          Formats eight sectors per track.
  4759.  
  4760. Related Procedure
  4761.    " Formatting Floppy Disks "~I164~
  4762.  
  4763. For more information about the parameters and switches, see the User's Guide.@@
  4764.  
  4765. !$136!@
  4766. More on Quick Format
  4767.  
  4768. If the disk has already been formatted and needs to be formatted again, Quick Format is much faster than Format.
  4769.  
  4770. You can specify the following parameters and switches:
  4771.  
  4772. drive: [/V[:label]] [/U] [/B | /S]
  4773.  
  4774. /V[:label]  Labels the disk as specified.
  4775. /U          Performs an unconditional format.
  4776. /B          Allocates space on the formatted disk for system
  4777.             files.
  4778. /S          Copies system files to the formatted disk.
  4779.  
  4780. Related Procedure
  4781.    " Formatting Floppy Disks "~I164~
  4782.  
  4783. For more information about the parameters and switches, see the User's Guide.@@
  4784.  
  4785. !$137!@
  4786. More on Undelete
  4787.  
  4788. You can specify the following parameters and switches:
  4789.  
  4790. [[drive:][path]filename] [parameters...]
  4791.  
  4792. /S        Undelete only files protected by Delete Sentry.
  4793. /SENTRY   Same as /S.
  4794. /DT       Undelete only files protected by Delete Tracker (DOS 5).
  4795. /TRACKER  Same as /DT.
  4796. /NW       Undelete only files protected by Netware 386.
  4797. /DW       Undelete only files protected by Delwatch (DR DOS).
  4798. /DOS      Undelete only files protected by DOS.
  4799. /ALL      Undelete files protected by all methods (default).
  4800. /NC       Undelete without asking for confirmation for each file.
  4801. /NM       Undelete DOS protected files without using Mirror.
  4802. /LIST     List the deleted files in the specified directory.
  4803. /PURGE    Purge the deleted files in the specified directory.
  4804. /PURGEALL Purge all deleted files on the specified drive.
  4805. /?        Displays this help information.
  4806. /HELP     Same as /?.
  4807. /VIDEO    Display command-line help for video/mouse parameters.
  4808.  
  4809. Related Procedure
  4810.    " Restoring Deleted Files "~I155~
  4811.  
  4812. For more information about the parameters and switches, see the User's Guide.
  4813.  
  4814. For more information about the TMP variable, see Chapter 12, "Optimizing Your System," in the User's Guide.
  4815.  
  4816. UNDELETE (c) Copyright 1987-1993, Central Point Software, Inc.@@
  4817.  
  4818.